1
0
mirror of https://github.com/etesync/android synced 2025-02-02 19:01:06 +00:00

Bump version.

This commit is contained in:
Tom Hacohen 2017-11-19 21:12:26 +00:00
parent 2cf9fc3e97
commit 1337950287

View File

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