Skip to content

Commit

Permalink
Upgrade onionwrapper and Tor
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Mar 8, 2024
1 parent 7b787e3 commit 16b53ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ dependencies {
kapt "com.google.dagger:hilt-compiler:$hilt_version"

// Tor
implementation "org.briarproject:onionwrapper-android:0.0.6"
tor 'org.briarproject:tor-android:0.4.7.15'
implementation "org.briarproject:onionwrapper-android:0.0.7"
tor 'org.briarproject:tor-android:0.4.8.9-1'
tor 'org.briarproject:obfs4proxy-android:0.0.14-tor2'
tor 'org.briarproject:snowflake-android:2.5.1'
implementation 'org.briarproject:moat-api:0.2'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'

def ktor_version = '2.3.5'
implementation "io.ktor:ktor-server-core:$ktor_version"
Expand Down

0 comments on commit 16b53ca

Please sign in to comment.