Make debug builds installable alongside official beta build

This commit is contained in:
Torsten Grote
2017-08-01 12:57:11 -03:00
parent aafddcd0f0
commit 33a0099065

View File

@@ -87,6 +87,8 @@ android {
buildTypes {
debug {
applicationIdSuffix ".debug"
resValue "string", "app_package", "org.briarproject.briar.beta.debug"
shrinkResources false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'