Skip to content

Commit

Permalink
[ANDWL-115] divide debug packagename
Browse files Browse the repository at this point in the history
  • Loading branch information
soaryong-c committed Jan 17, 2022
1 parent 356fbd2 commit 717e562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
app/debug.keystore
app/eostartkeystore
app/google-services.json
app/src/debug/google-services.json
app/release/*

*.iml
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ android {
}
buildTypes {
debug {
applicationIdSuffix '.debug'
splits.abi.enable = false
splits.density.enable = false
}
Expand Down

0 comments on commit 717e562

Please sign in to comment.