Bump version to 0.9.0.

pull/2/head
Tom Hacohen 7 years ago
parent d990f66c82
commit 3195c91e11

@ -18,7 +18,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 2
versionCode 3
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@ -26,7 +26,7 @@ android {
productFlavors {
standard {
versionName "0.8.1"
versionName "0.9.0"
}
}

Loading…
Cancel
Save