1
0
mirror of https://github.com/etesync/android synced 2025-01-08 23:01:09 +00:00

Bump version to 0.9.0.

This commit is contained in:
Tom Hacohen 2017-02-27 13:27:43 +00:00
parent d990f66c82
commit 3195c91e11

View File

@ -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"
}
}