Skip to content

Commit

Permalink
need the v4 support lib for LocalBroadcastManager
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 29, 2019
1 parent e64d34a commit a479cc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion orbotservice/build.gradle
Expand Up @@ -41,7 +41,9 @@ android {

dependencies {

implementation 'org.torproject:tor-android-binary:0.4.0.4-rc'
implementation 'com.android.support:support-v4:28.0.0'

implementation 'org.torproject:tor-android-binary:0.4.1.5'
implementation 'info.pluggabletransports.aptds:apt-dispatch-library:1.0.7'
implementation 'info.pluggabletransports.aptds:apt-meek-obfs4-legacy:1.0.7'
implementation 'info.pluggabletransports.aptds:jsocksAndroid:1.0.4'
Expand Down

0 comments on commit a479cc9

Please sign in to comment.