Change version identifier.

pull/2/head
Tom Hacohen 7 years ago
parent e07c992701
commit 7feddf3ff7

@ -18,7 +18,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 131
versionCode 1
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@ -26,7 +26,7 @@ android {
productFlavors {
standard {
versionName "1.3.6-ose"
versionName "0.8.0"
}
}

Loading…
Cancel
Save