Bump version numbers for 1.1.0 release.

This commit is contained in:
akwizgran
2018-09-12 17:10:52 +01:00
parent 6a1a8b6872
commit a52ad8b4cc
2 changed files with 4 additions and 4 deletions

View File

@@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 10013
versionName "1.0.13"
versionCode 10100
versionName "1.1.0"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

View File

@@ -81,8 +81,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 26
versionCode 10013
versionName "1.0.13"
versionCode 10100
versionName "1.1.0"
applicationId "org.briarproject.briar.android"
buildConfigField "String", "GitHash",
"\"${getStdout(['git', 'rev-parse', '--short=7', 'HEAD'], 'No commit hash')}\""