Skip to content

Commit

Permalink
Use smaller androidx dependencies in orbotservice. specifically just …
Browse files Browse the repository at this point in the history
…use core for notifications, and another one for localbroadcastmanager
  • Loading branch information
bitmold committed Oct 16, 2020
1 parent 804ce57 commit e2b0130
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 e2b0130

Please sign in to comment.