Skip to content

Commit

Permalink
build: bump patcher to v14.1.0 (#1153)
Browse files Browse the repository at this point in the history
Co-authored-by: aAbed <aabedhkhan@gmail.com>
  • Loading branch information
Ushie and TheAabedKhan committed Aug 26, 2023
1 parent d9953b1 commit b456512
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 147 deletions.
5 changes: 3 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ android {

buildTypes {
release {
shrinkResources false
minifyEnabled false
resValue "string", "app_name", "ReVanced Manager"
signingConfig signingConfigs.debug
ndk {
Expand Down Expand Up @@ -83,10 +85,9 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

// ReVanced
implementation "app.revanced:revanced-patcher:11.0.4"
implementation "app.revanced:revanced-patcher:14.1.0"

// Signing & aligning
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
implementation("com.android.tools.build:apksig:7.2.2")

}

0 comments on commit b456512

Please sign in to comment.