mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 07:09:56 +01:00
Use a different package name and app name for beta builds.
This commit is contained in:
@@ -78,9 +78,9 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 22
|
||||
versionCode 14
|
||||
versionName "0.14"
|
||||
resValue "string", "app_package", "org.briarproject.briar"
|
||||
versionCode 15
|
||||
versionName "0.15"
|
||||
resValue "string", "app_package", "org.briarproject.briar.beta"
|
||||
buildConfigField "String", "GitHash", "\"${getGitHash()}\""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user