Allow different package IDs (for preference intents)

Closes #515
This commit is contained in:
Torsten Grote
2016-07-23 12:40:05 -03:00
parent ddbac36913
commit 7318aa562e
2 changed files with 6 additions and 2 deletions

View File

@@ -77,6 +77,10 @@ android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
resValue "string", "app_package", "org.briarproject"
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'