1
0
mirror of https://github.com/etesync/android synced 2025-01-23 14:10:54 +00:00

Remove product flavours.

This commit is contained in:
Tom Hacohen 2017-12-16 14:09:44 +00:00
parent cf15bc39c0
commit 4567f2347e

View File

@ -19,17 +19,12 @@ android {
targetSdkVersion 25
versionCode 21
versionName "0.19.3"
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
}
productFlavors {
standard {
versionName "0.19.3"
}
}
buildTypes {
debug {
minifyEnabled true