1
0
mirror of https://github.com/etesync/android synced 2025-04-29 05:29:06 +00:00

Bump version.

This commit is contained in:
Tom Hacohen 2017-11-14 19:09:54 +00:00
parent f8d7775c73
commit f6a64e7716

View File

@ -18,7 +18,7 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 16 versionCode 17
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true" buildConfigField "boolean", "customCerts", "true"
@ -26,7 +26,7 @@ android {
productFlavors { productFlavors {
standard { standard {
versionName "0.18.1" versionName "0.18.2"
} }
} }