From 6ec6546cc5c19eb1ad7b7f6ec9b1661f7647b516 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 4 Mar 2024 15:48:13 +0100 Subject: [PATCH] fix: Bump dependencies to support BCS keystore --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 0d5aff6d..f1473e85 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -117,5 +117,5 @@ dependencies { // ReVanced implementation "app.revanced:revanced-patcher:19.3.1" - implementation "app.revanced:revanced-library:2.0.0" + implementation "app.revanced:revanced-library:2.1.0" }