mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 22:45:20 +00:00
Bundle tor (#339)
* tor started * tor works * tor code * improve manager * works * move tor icon * werks * arti works * arti works * arti works with reconnect * delay fix * refactor
This commit is contained in:
@@ -36,6 +36,8 @@ nordic-ble = "2.6.1"
|
||||
|
||||
# WebSocket
|
||||
okhttp = "4.12.0"
|
||||
tor-android-binary = "0.4.4.6"
|
||||
|
||||
|
||||
# Google Play Services
|
||||
gms-location = "21.3.0"
|
||||
@@ -93,6 +95,9 @@ nordic-ble = { module = "no.nordicsemi.android:ble", version.ref = "nordic-ble"
|
||||
|
||||
# WebSocket
|
||||
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||||
tor-android-binary = { module = "org.torproject:tor-android-binary", version.ref = "tor-android-binary" }
|
||||
|
||||
# Tor (embed) intentionally not pinned yet; add once repo is chosen
|
||||
|
||||
# Google Play Services
|
||||
gms-location = { module = "com.google.android.gms:play-services-location", version.ref = "gms-location" }
|
||||
@@ -150,4 +155,4 @@ testing = [
|
||||
compose-testing = [
|
||||
"androidx-compose-ui-test-junit4",
|
||||
"androidx-compose-ui-test-manifest"
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user