From a479cc9a2bad449db960fbb7b62cfe5b94746321 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Tue, 29 Oct 2019 10:33:12 -0400 Subject: [PATCH] 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 dde7a232d..13987ab98 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'