1
0
mirror of https://github.com/etesync/android synced 2024-12-23 07:08:16 +00:00

Bump version.

This commit is contained in:
Tom Hacohen 2017-11-19 20:37:06 +00:00
parent f6007019e8
commit 535c23f50d

View File

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