Bump version numbers for 1.0.10 release.

This commit is contained in:
akwizgran
2018-07-02 14:06:49 +01:00
parent 581c67f5fd
commit 39f95c3e54
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 10009
versionName "1.0.9"
versionCode 10010
versionName "1.0.10"
consumerProguardFiles 'proguard-rules.txt'
}

View File

@@ -238,8 +238,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 10009
versionName "1.0.9"
versionCode 10010
versionName "1.0.10"
applicationId "org.briarproject.briar.android"
resValue "string", "app_package", "org.briarproject.briar.android"
resValue "string", "app_name", "Briar"