Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask_android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
bitmask_android
Commits
8985f7d8
Commit
8985f7d8
authored
11 months ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
pre-ship beta testing bridge
parent
350c3318
No related branches found
No related tags found
1 merge request
!284
Ship beta testing bridge
Pipeline
#226984
passed
11 months ago
Stage: docker_image_sdk
Stage: docker_image_other
Stage: build
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/build.gradle
+4
-4
4 additions, 4 deletions
app/build.gradle
with
4 additions
and
4 deletions
app/build.gradle
+
4
−
4
View file @
8985f7d8
...
@@ -59,10 +59,10 @@ android {
...
@@ -59,10 +59,10 @@ android {
//allow manual gateway selection
//allow manual gateway selection
buildConfigField
'boolean'
,
'allow_manual_gateway_selection'
,
'true'
buildConfigField
'boolean'
,
'allow_manual_gateway_selection'
,
'true'
// obfsvpn Debugging config fields to pin and configure a particular proxy
// obfsvpn Debugging config fields to pin and configure a particular proxy
buildConfigField
"String"
,
"obfsvpn_port"
,
'""'
buildConfigField
"String"
,
"obfsvpn_port"
,
'"
4431
"'
buildConfigField
"String"
,
"obfsvpn_ip"
,
'""'
buildConfigField
"String"
,
"obfsvpn_ip"
,
'"
135.181.37.103
"'
buildConfigField
"String"
,
"obfsvpn_cert"
,
'""'
buildConfigField
"String"
,
"obfsvpn_cert"
,
'"
yHHrr2JHssNIF2o7fbmcDmmGfGq6uJIUBnUK6jWm6/5s30VBjwBSgIXDV/+sDxUMc0kCSw
"'
buildConfigField
'boolean'
,
'obfsvpn_use_kcp'
,
'
fals
e'
buildConfigField
'boolean'
,
'obfsvpn_use_kcp'
,
'
tru
e'
// default to UDP usage
// default to UDP usage
buildConfigField
'boolean'
,
'prefer_udp'
,
'false'
buildConfigField
'boolean'
,
'prefer_udp'
,
'false'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment