Bump version numbers for 1.2.6 release.

This commit is contained in:
akwizgran
2020-02-13 11:33:18 +00:00
parent c2e83dd21d
commit 62ef64db11
2 changed files with 4 additions and 4 deletions

View File

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