Bump version numbers for 1.2.17 release.

This commit is contained in:
akwizgran
2021-03-11 12:35:19 +00:00
parent 839b871a45
commit 2ff04927bf
2 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 10216
versionName "1.2.16"
versionCode 10217
versionName "1.2.17"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -22,8 +22,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 10216
versionName "1.2.16"
versionCode 10217
versionName "1.2.17"
applicationId "org.briarproject.briar.android"
vectorDrawables.useSupportLibrary = true