Updater: Compile with and target Sdk version 31

Change-Id: I976d7af04d2d8f75ae0353341fe61a3a0510d840
This commit is contained in:
Michael W
2022-02-10 20:53:36 +00:00
committed by Bruno Martins
parent 7843198d27
commit 755254e1e5
+2 -2
View File
@@ -21,11 +21,11 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 31
defaultConfig {
minSdkVersion 27
targetSdkVersion 29
targetSdkVersion 31
}
lintOptions {