Remove product flavours.

pull/29/head
Tom Hacohen 7 years ago
parent cf15bc39c0
commit 4567f2347e

@ -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

Loading…
Cancel
Save