1
0
mirror of https://github.com/etesync/android synced 2024-12-22 22:58:29 +00:00

Bump to version 0.9.1.

This commit is contained in:
Tom Hacohen 2017-03-01 00:15:27 +00:00
parent 7ff535a7f6
commit 711df7ed55

View File

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