Skip to content

Commit

Permalink
use application suffix in debug APKs
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Dec 16, 2020
1 parent 73f87d3 commit 9e852e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ android {
}

debug {
applicationIdSuffix ".debug"
minifyEnabled false
debuggable true
}
Expand Down

0 comments on commit 9e852e0

Please sign in to comment.