Updater: Compile with and target Sdk version 30

Change-Id: Ie479a27173e9941ab3152eb3ce6078c794b5aa7f
This commit is contained in:
Michael W
2022-01-31 16:06:55 +01:00
parent 45bb652a10
commit 541e70f789

View File

@@ -21,11 +21,11 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
minSdkVersion 27
targetSdkVersion 29
targetSdkVersion 30
}
lintOptions {