Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
The Tor Project
Applications
Tor Browser
Commits
6f88d76b
Commit
6f88d76b
authored
7 months ago
by
Dan Ballard
Committed by
morgan
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fixup! [android] Add Tor integration and UI
remove unused java deps from TAS
parent
60e3d583
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1202
Bug_43099: 2024 YEC Strings
,
!1136
Bug 43085: Rebased alpha onto 128.2.0esr
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mobile/android/fenix/app/build.gradle
+0
-5
0 additions, 5 deletions
mobile/android/fenix/app/build.gradle
mobile/android/fenix/build.gradle
+0
-5
0 additions, 5 deletions
mobile/android/fenix/build.gradle
with
0 additions
and
10 deletions
mobile/android/fenix/app/build.gradle
+
0
−
5
View file @
6f88d76b
...
...
@@ -773,11 +773,6 @@ dependencies {
lintPublish
project
(
":mozilla-lint-rules"
)
lintChecks
project
(
':tooling-lint'
)
// Tor Android Services Dependencies
implementation
'net.freehaven.tor.control:jtorctl:0.2'
implementation
'org.slf4j:slf4j-api:1.7.25'
implementation
'org.slf4j:slf4j-android:1.7.25'
// Tor Expert Bundle
implementation
files
(
'tor-expert-bundle.aar'
)
}
...
...
This diff is collapsed.
Click to expand it.
mobile/android/fenix/build.gradle
+
0
−
5
View file @
6f88d76b
...
...
@@ -65,11 +65,6 @@ allprojects {
maven
{
url
"${gradle.mozconfig.topobjdir}/gradle/maven"
}
// These are needed for Orbot's dependencies.
maven
{
url
"https://raw.githubusercontent.com/guardianproject/gpmaven/master"
}
maven
{
url
'https://jitpack.io'
}
jcenter
()
}
tasks
.
withType
(
KotlinCompile
).
configureEach
{
...
...
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