Skip to content

Commit

Permalink
Merge pull request #122 from grote/tor-4.8
Browse files Browse the repository at this point in the history
Upgrade onionwrapper and Tor
  • Loading branch information
akwizgran committed Mar 8, 2024
2 parents 7b787e3 + 16b53ca commit eda3325
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 eda3325

Please sign in to comment.