New icon for debug builds.
This commit is contained in:
parent
73d613d11d
commit
993b7c5e21
8 changed files with 5 additions and 4 deletions
|
|
@ -66,8 +66,6 @@ android {
|
|||
applicationId "com.kabouzeid.gramophone"
|
||||
versionCode 104
|
||||
versionName "0.10.0 PREVIEW 1"
|
||||
|
||||
manifestPlaceholders = [appName: "@string/app_name"]
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
@ -79,7 +77,6 @@ android {
|
|||
debug {
|
||||
applicationIdSuffix '.debug'
|
||||
versionNameSuffix ' DEBUG'
|
||||
manifestPlaceholders = [appName: "Phonograph DEBUG"]
|
||||
|
||||
ext.enableCrashlytics = false // Disable fabric build ID generation for debug builds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue