Bump version numbers for 1.0.8 release.

This commit is contained in:
akwizgran
2018-06-08 12:36:33 +01:00
parent 4ac6baa23d
commit a44a68f231
2 changed files with 4 additions and 4 deletions

View File

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

View File

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