Update compile SDK version

This commit is contained in:
Vishnu Mohandas 2020-10-31 00:04:56 +05:30
parent 0f88454ce5
commit 914552eeed
2 changed files with 2 additions and 1 deletions

View file

@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 28
compileSdkVersion 29
sourceSets {
main.java.srcDirs += 'src/main/kotlin'

View file

@ -0,0 +1 @@
include ':app'