fixup! feat: Add Spoof app signature patch (#5158)
This commit is contained in:
parent
8e934cc56b
commit
fc29c18c88
2 changed files with 2 additions and 2 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue