Skip to content

Commit eb2480e

Browse files
committed
fixup! feat: Add Spoof app signature patch (#5158)
1 parent 5b8b388 commit eb2480e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
// Required due to smali, or build fails. Can be removed once smali is bumped.
1717
implementation(libs.guava)
1818

19-
implementation(libs.apksig)
19+
"shade"(libs.apksig)
2020

2121
// Android API stubs defined here.
2222
compileOnly(project(":patches:stub"))

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pluginManagement {
1616
}
1717

1818
plugins {
19-
id("app.revanced.patches") version "1.0.0-dev.7"
19+
id("app.revanced.patches") version "1.0.0-dev.9"
2020
}
2121

2222
settings {

0 commit comments

Comments
 (0)