Bump version numbers for 1.0.5 release.

This commit is contained in:
akwizgran
2018-05-22 15:30:33 +01:00
parent 34c5aaae0a
commit 183f0c5f31
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 10004
versionName "1.0.4"
versionCode 10005
versionName "1.0.5"
consumerProguardFiles 'proguard-rules.txt'
}

View File

@@ -238,8 +238,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 10004
versionName "1.0.4"
versionCode 10005
versionName "1.0.5"
applicationId "org.briarproject.briar.android"
resValue "string", "app_package", "org.briarproject.briar.android"
resValue "string", "app_name", "Briar"