Test button
This commit is contained in:
@@ -68,16 +68,18 @@ android {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
resValue "string", "debug_visibility", "gone"
|
||||
manifestPlaceholders = [
|
||||
appIcon: "@drawable/icon",
|
||||
appIconRound: "@drawable/icon"
|
||||
appIconRound: "@drawable/icon",
|
||||
]
|
||||
}
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
resValue "string", "debug_visibility", "visible"
|
||||
manifestPlaceholders = [
|
||||
appIcon: "@drawable/icon_debug",
|
||||
appIconRound: "@drawable/icon_debug"
|
||||
appIconRound: "@drawable/icon_debug",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user