Bump version numbers for 1.0.9 release.

This commit is contained in:
akwizgran
2018-06-13 15:38:49 +01:00
parent d6810cf87f
commit 4e89da5b64
2 changed files with 4 additions and 4 deletions

View File

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

View File

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