Skip to content

Commit

Permalink
Merge branch 'master' of github.com:guardianproject/orbot
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 20, 2020
2 parents a0e9460 + eb84e9f commit 9218588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orbotservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ android {

dependencies {

implementation 'androidx.legacy:legacy-support-v4:1.0.0'

implementation 'org.torproject:tor-android-binary:0.4.3.6-actual'

implementation 'info.pluggabletransports.aptds:apt-dispatch-library:1.0.9'
Expand All @@ -52,6 +50,8 @@ dependencies {

implementation 'com.jaredrummler:android-shell:1.0.0'
implementation fileTree(dir: 'libs', include: ['.so'])
implementation 'androidx.core:core:1.3.2'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
testImplementation 'junit:junit:4.13'

implementation 'com.offbynull.portmapper:portmapper:2.0.5'
Expand Down

0 comments on commit 9218588

Please sign in to comment.