mirror of
https://github.com/etesync/android
synced 2025-01-23 14:10:54 +00:00
Remove product flavours.
This commit is contained in:
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…
Reference in New Issue
Block a user