Bump version numbers for 1.0.3 release.

This commit is contained in:
akwizgran
2018-05-14 21:52:16 +01:00
parent d1ce0d0628
commit e83d8bb700
2 changed files with 4 additions and 4 deletions

View File

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

View File

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