Skip to content
Snippets Groups Projects
Verified Commit 33a00990 authored by Torsten Grote's avatar Torsten Grote
Browse files

Make debug builds installable alongside official beta build

parent aafddcd0
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment