mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Use different application ID for debug builds
This way debug builds can be installed next to the release version.
This commit is contained in:
parent
ebeed31705
commit
1301645387
@ -52,6 +52,7 @@ android {
|
||||
}
|
||||
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
testCoverageEnabled rootProject.testCoverage
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user