Skip to content
Snippets Groups Projects
Commit 3e31da99 authored by akwizgran's avatar akwizgran
Browse files

Merge branch '106-beta-namespace' into 'master'

Change app name and package name for beta release

Closes #106

See merge request !545
parents ecf7cf14 178e908c
No related branches found
No related tags found
No related merge requests found
......@@ -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()}\""
}
......
<?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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment