1
0
mirror of https://github.com/etesync/android synced 2024-11-16 04:49:06 +00:00

Bump version.

This commit is contained in:
Tom Hacohen 2017-04-13 10:17:58 +01:00
parent 88ceeaa2a5
commit 8b79529a94

View File

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