We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Spoof app signature
1 parent 5b8b388 commit eb2480eCopy full SHA for eb2480e
patches/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
// Required due to smali, or build fails. Can be removed once smali is bumped.
17
implementation(libs.guava)
18
19
- implementation(libs.apksig)
+ "shade"(libs.apksig)
20
21
// Android API stubs defined here.
22
compileOnly(project(":patches:stub"))
settings.gradle.kts
@@ -16,7 +16,7 @@ pluginManagement {
}
plugins {
- id("app.revanced.patches") version "1.0.0-dev.7"
+ id("app.revanced.patches") version "1.0.0-dev.9"
settings {
0 commit comments