1
0
mirror of https://github.com/etesync/android synced 2025-01-23 14:10:54 +00:00

Bump version.

This commit is contained in:
Tom Hacohen 2017-03-02 13:56:31 +00:00
parent fbe5b97aee
commit 57810cd5f5

View File

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