mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Merge branch '106-beta-namespace' into 'master'
Change app name and package name for beta release Closes #106 See merge request !545
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()}\""
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string translatable="false" name="app_name">Briar</string>
|
||||
<string translatable="false" name="app_name">Briar Beta</string>
|
||||
|
||||
<!-- Setup -->
|
||||
<string name="setup_title">Briar Setup</string>
|
||||
|
||||
Reference in New Issue
Block a user