From 691bcb5c317e07da55bf602c9bd0f7716bfa8fba Mon Sep 17 00:00:00 2001
From: Hans-Christoph Steiner <hans@eds.org>
Date: Thu, 16 Dec 2021 15:55:28 +0100
Subject: [PATCH] bump jtorctl to 0.4.5.7

---
 tor-android-binary/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tor-android-binary/build.gradle b/tor-android-binary/build.gradle
index f003baed..05e78e6e 100644
--- a/tor-android-binary/build.gradle
+++ b/tor-android-binary/build.gradle
@@ -45,7 +45,7 @@ android {
 dependencies {
     implementation fileTree(dir: 'libs', include: ['*.so'])
     api 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
-    api 'info.guardianproject:jtorctl:0.4.2.5'
+    api 'info.guardianproject:jtorctl:0.4.5.7'
 
     androidTestImplementation 'androidx.test:core:1.4.0'
     androidTestImplementation 'androidx.test:runner:1.4.0'
-- 
GitLab