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:
akwizgran
2017-07-04 14:40:47 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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()}\""
}

View File

@@ -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>