1
0
mirror of https://github.com/etesync/android synced 2025-01-11 00:01:12 +00:00

Bump version.

This commit is contained in:
Tom Hacohen 2017-11-29 13:08:43 +00:00
parent 7a40cf615e
commit 2a58cef2ba

View File

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