Debug app name.
This commit is contained in:
@@ -72,6 +72,7 @@ android {
|
||||
manifestPlaceholders = [
|
||||
appIcon: "@drawable/icon",
|
||||
appIconRound: "@drawable/icon",
|
||||
appName: "@string/app_name"
|
||||
]
|
||||
}
|
||||
debug {
|
||||
@@ -80,6 +81,7 @@ android {
|
||||
manifestPlaceholders = [
|
||||
appIcon: "@drawable/icon_debug",
|
||||
appIconRound: "@drawable/icon_debug",
|
||||
appName: "@string/app_name_debug"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user