fix: CompileSDKVersion

This commit is contained in:
Christian Pauly 2020-10-28 12:42:59 +01:00
parent 714177e2af
commit cb6025464a

View file

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