Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Janak Amarasena
bitmask_android
Commits
4a59cd8b
Commit
4a59cd8b
authored
Jun 27, 2018
by
Janak Amarasena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes Custom Beta app name
parent
8c987914
Pipeline
#16268
passed with stages
in 19 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/build.gradle
app/build.gradle
+3
-3
No files found.
app/build.gradle
View file @
4a59cd8b
...
...
@@ -3,7 +3,7 @@ import java.util.regex.Matcher
import
java.util.regex.Pattern
apply
plugin:
'com.android.application'
def
appName
=
''
def
appName
=
'
Bitmask
'
android
{
compileSdkVersion
27
...
...
@@ -11,7 +11,7 @@ android {
defaultConfig
{
applicationId
"se.leap.bitmaskclient"
resValue
"string"
,
"app_name"
,
"Bitmask"
resValue
"string"
,
"app_name"
,
appName
vectorDrawables
.
useSupportLibrary
=
true
buildConfigField
'boolean'
,
'openvpn3'
,
'false'
...
...
@@ -91,7 +91,7 @@ android {
beta
{
initWith
release
applicationIdSuffix
".beta"
resValue
"string"
,
"app_name"
,
"Bitmask
Beta"
resValue
"string"
,
"app_name"
,
appName
+
"
Beta"
}
debug
{
testCoverageEnabled
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment