Enable debug versions to be installed alongside release versions

This commit is contained in:
str4d
2014-12-04 23:48:12 +00:00
parent 2230f9b0ed
commit 6a38ff1d68
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,10 @@ android {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
debug {
applicationIdSuffix '.debug'
versionNameSuffix '-DEBUG'
}
}
lintOptions {
abortOnError false

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Bote DEBUG</string>
</resources>