Updater: Compile with and target Sdk version 31
Change-Id: I976d7af04d2d8f75ae0353341fe61a3a0510d840
This commit is contained in:
@@ -21,11 +21,11 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 29
|
compileSdkVersion 31
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 27
|
minSdkVersion 27
|
||||||
targetSdkVersion 29
|
targetSdkVersion 31
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
Reference in New Issue
Block a user