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

Change version identifier.

This commit is contained in:
Tom Hacohen 2017-02-08 12:58:26 +00:00
parent e07c992701
commit 7feddf3ff7

View File

@ -18,7 +18,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 131
versionCode 1
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@ -26,7 +26,7 @@ android {
productFlavors {
standard {
versionName "1.3.6-ose"
versionName "0.8.0"
}
}