1
0
mirror of https://github.com/etesync/android synced 2024-12-23 15:18:14 +00:00

Bump version.

This commit is contained in:
Tom Hacohen 2017-04-27 13:02:53 +01:00
parent eb95eada91
commit f819dbf33f

View File

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