[tor-commits] [orbot/master] need the v4 support lib for LocalBroadcastManager

n8fr8 at torproject.org n8fr8 at torproject.org
Tue Apr 28 21:05:01 UTC 2020


commit a479cc9a2bad449db960fbb7b62cfe5b94746321
Author: n8fr8 <nathan at guardianproject.info>
Date:   Tue Oct 29 10:33:12 2019 -0400

    need the v4 support lib for LocalBroadcastManager
---
 orbotservice/build.gradle | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle
index dde7a232..13987ab9 100644
--- a/orbotservice/build.gradle
+++ b/orbotservice/build.gradle
@@ -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'





More information about the tor-commits mailing list