Bump version numbers for 1.2.18 release.

This commit is contained in:
akwizgran
2021-03-11 15:25:32 +00:00
parent 5db099bae6
commit 664eb1a2b6
2 changed files with 4 additions and 4 deletions

View File

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

View File

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