1
0
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:
cketti 2015-02-16 21:45:04 +01:00
parent ebeed31705
commit 1301645387

View File

@ -52,6 +52,7 @@ android {
} }
debug { debug {
applicationIdSuffix ".debug"
testCoverageEnabled rootProject.testCoverage testCoverageEnabled rootProject.testCoverage
} }
} }