Merge branch '1827-target-api-30' into 'master'

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

Closes #1827

See merge request briar/briar!1445
This commit is contained in:
Torsten Grote
2021-04-30 17:44:49 +00:00
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'

View File

@@ -17,7 +17,7 @@ def getStdout = { command, defaultValue ->
android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'
packagingOptions {
doNotStrip '**/*.so'
@@ -25,7 +25,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
versionCode 10302
versionName "1.3.2"
applicationId "org.briarproject.briar.android"