1
0
mirror of https://github.com/etesync/android synced 2025-05-18 23:08:49 +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 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 19 versionCode 20
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.19.1" versionName "0.19.2"
} }
} }