Skip to content
Snippets Groups Projects
Commit 6f88d76b authored by Dan Ballard's avatar Dan Ballard Committed by morgan
Browse files

fixup! [android] Add Tor integration and UI

remove unused java deps from TAS
parent 60e3d583
No related branches found
No related tags found
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -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')
}
......
......@@ -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 {
......
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