mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Set applicationId to match app_package.
This commit is contained in:
@@ -80,6 +80,7 @@ android {
|
|||||||
targetSdkVersion 22
|
targetSdkVersion 22
|
||||||
versionCode 15
|
versionCode 15
|
||||||
versionName "0.15"
|
versionName "0.15"
|
||||||
|
applicationId "org.briarproject.briar.beta"
|
||||||
resValue "string", "app_package", "org.briarproject.briar.beta"
|
resValue "string", "app_package", "org.briarproject.briar.beta"
|
||||||
buildConfigField "String", "GitHash", "\"${getGitHash()}\""
|
buildConfigField "String", "GitHash", "\"${getGitHash()}\""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user