Merge pull request #2063 from vitorpamplona/claude/migrate-to-arti-tor-voQeh

Replace Android TorService with ArtiProxy for Tor connectivity
This commit is contained in:
Vitor Pamplona
2026-04-01 14:01:05 -04:00
committed by GitHub
15 changed files with 1037 additions and 94 deletions
-3
View File
@@ -372,9 +372,6 @@ dependencies {
// Kotlin serialization for the times where we need the Json tree and performance is not that important.
implementation(libs.kotlinx.serialization.json)
implementation libs.tor.android
implementation libs.jtorctl
testImplementation libs.junit
testImplementation libs.mockk
testImplementation libs.kotlinx.coroutines.test