Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Markus Probst
fc29c18c88
fixup! feat: Add Spoof app signature patch (#5158) 2025-09-12 17:54:19 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ dependencies {
// Required due to smali, or build fails. Can be removed once smali is bumped.
implementation(libs.guava)
implementation(libs.apksig)
"shade"(libs.apksig)
// Android API stubs defined here.
compileOnly(project(":patches:stub"))

View file

@ -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 {