mirror of
https://github.com/etesync/android
synced 2025-02-02 19:01:06 +00:00
Remove product flavours.
This commit is contained in:
parent
cf15bc39c0
commit
4567f2347e
@ -19,17 +19,12 @@ android {
|
|||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
versionCode 21
|
versionCode 21
|
||||||
|
versionName "0.19.3"
|
||||||
|
|
||||||
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
|
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
|
||||||
buildConfigField "boolean", "customCerts", "true"
|
buildConfigField "boolean", "customCerts", "true"
|
||||||
}
|
}
|
||||||
|
|
||||||
productFlavors {
|
|
||||||
standard {
|
|
||||||
versionName "0.19.3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
|
Loading…
Reference in New Issue
Block a user