From e509be4e21c472a69e2d91039a1e355a5fc7eb91 Mon Sep 17 00:00:00 2001 From: Aunali321 Date: Mon, 8 May 2023 21:19:45 +0530 Subject: [PATCH] chore(deps): bump patcher to 7.1.1 --- 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 dd210b2b..40653d79 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // ReVanced - implementation "app.revanced:revanced-patcher:7.0.0" + implementation "app.revanced:revanced-patcher:7.1.1" // Signing & aligning implementation("org.bouncycastle:bcpkix-jdk15on:1.70")