Bump version numbers for 1.0.12 release.

This commit is contained in:
akwizgran
2018-07-30 16:48:04 +01:00
parent 4aed0632b8
commit f243ed39ab
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 10011
versionName "1.0.11"
versionCode 10012
versionName "1.0.12"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

View File

@@ -238,8 +238,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 10011
versionName "1.0.11"
versionCode 10012
versionName "1.0.12"
applicationId "org.briarproject.briar.android"
resValue "string", "app_package", "org.briarproject.briar.android"
resValue "string", "app_name", "Briar"