fix: CompileSDKVersion

This commit is contained in:
Christian Pauly 2020-10-28 12:42:59 +01:00
parent c3e23b6e6a
commit bcf75fc69d
1 changed files with 1 additions and 1 deletions

View File

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