From 26d7e5b60f211fbefbd3be0ee9c2187d93eef6be Mon Sep 17 00:00:00 2001 From: Ushie Date: Sat, 1 Jul 2023 02:46:43 +0300 Subject: [PATCH] build: bump version to `v1.3.7` and patcher dep --- android/app/build.gradle | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 769028c6c3..01f1e1e799 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // ReVanced - implementation "app.revanced:revanced-patcher:11.0.1" + implementation "app.revanced:revanced-patcher:11.0.3" // Signing & aligning implementation("org.bouncycastle:bcpkix-jdk15on:1.70") diff --git a/pubspec.yaml b/pubspec.yaml index f807d4e86a..43048e9c63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/revanced/revanced-manager publish_to: 'none' -version: 1.3.6+100300006 +version: 1.3.7+100300007 environment: sdk: '>=3.0.0 <4.0.0'