Bump version numbers for 1.2.4 release.

This commit is contained in:
akwizgran
2019-11-06 09:58:00 +00:00
parent 41b59fbcfe
commit e08fab7f3c
2 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 10109
versionName "1.1.9"
versionCode 10204
versionName "1.2.4"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

View File

@@ -22,8 +22,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 10109
versionName "1.1.9"
versionCode 10204
versionName "1.2.4"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "GitHash",
"\"${getStdout(['git', 'rev-parse', '--short=7', 'HEAD'], 'No commit hash')}\""