fixup! feat: Add Spoof app signature patch (#5158)

This commit is contained in:
Markus Probst 2025-07-05 16:49:34 +02:00
parent 8e934cc56b
commit fc29c18c88
No known key found for this signature in database
GPG key ID: 34761FF8E7AD43D2
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 {