Raise target SDK version to 29.

This commit is contained in:
akwizgran
2020-09-01 17:02:09 +01:00
parent 54b852db70
commit f3157e5276
2 changed files with 6 additions and 6 deletions

View File

@@ -5,12 +5,12 @@ apply plugin: 'witness'
apply from: 'witness.gradle' apply from: 'witness.gradle'
android { android {
compileSdkVersion 29 compileSdkVersion 30
buildToolsVersion '29.0.2' buildToolsVersion '30.0.2'
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 29
versionCode 10210 versionCode 10210
versionName "1.2.10" versionName "1.2.10"
consumerProguardFiles 'proguard-rules.txt' consumerProguardFiles 'proguard-rules.txt'

View File

@@ -16,12 +16,12 @@ def getStdout = { command, defaultValue ->
} }
android { android {
compileSdkVersion 29 compileSdkVersion 30
buildToolsVersion '29.0.2' buildToolsVersion '30.0.2'
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 29
versionCode 10210 versionCode 10210
versionName "1.2.10" versionName "1.2.10"
applicationId "org.briarproject.briar.android" applicationId "org.briarproject.briar.android"