Bump targetSdk to 31 (Android 12)

This commit is contained in:
Torsten Grote
2022-09-12 16:11:33 -03:00
parent 6dd250a1ed
commit e8994d503e
2 changed files with 7 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ apply plugin: 'witness'
apply from: 'witness.gradle'
android {
compileSdkVersion 30
buildToolsVersion '30.0.3'
compileSdkVersion 33
buildToolsVersion '33.0.0'
packagingOptions {
doNotStrip '**/*.so'
@@ -14,12 +14,13 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 31
versionCode 10415
versionName "1.4.15"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments disableAnalytics: 'true'
}
compileOptions {