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-12-26 12:00:58 +00:00
parent d39ed22c82
commit e2beec0968

View File

@ -18,8 +18,8 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 22 versionCode 23
versionName "0.19.4" versionName "0.19.5"
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true" buildConfigField "boolean", "customCerts", "true"