Skip to content
Snippets Groups Projects
Verified Commit 62ef64db authored by akwizgran's avatar akwizgran
Browse files

Bump version numbers for 1.2.6 release.

parent c2e83dd2
No related branches found
No related tags found
No related merge requests found
Pipeline #4144 passed
......@@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 10205
versionName "1.2.5"
versionCode 10206
versionName "1.2.6"
consumerProguardFiles 'proguard-rules.txt'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
......
......@@ -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')}\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment