1
0
mirror of https://github.com/etesync/android synced 2025-01-10 15:51:08 +00:00

Bump version.

This commit is contained in:
Tom Hacohen 2017-05-12 12:46:32 +01:00
parent 9cdd63f1d9
commit c19e7b0ecb

View File

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