Bump version numbers for 1.0.4 release.

This commit is contained in:
akwizgran
2018-05-17 16:22:39 +01:00
parent b0ea32c85f
commit f31219d54b
2 changed files with 4 additions and 4 deletions

View File

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

View File

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