Raise target API level to 30, upgrade build tools to 30.0.3.

This commit is contained in:
akwizgran
2021-04-30 14:51:49 +01:00
parent 3d72557618
commit 77ed15311c
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ apply from: 'witness.gradle'
android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'
packagingOptions {
doNotStrip '**/*.so'
@@ -14,7 +14,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
versionCode 10302
versionName "1.3.2"
consumerProguardFiles 'proguard-rules.txt'