We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1498ca0 commit a62b506Copy full SHA for a62b506
src/main/kotlin/app/revanced/patches/backdrops/misc/pro/ProUnlockPatch.kt
@@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
12
13
@Patch(
14
name = "Pro unlock",
15
- compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers", ["4.52"])]
+ compatiblePackages = [CompatiblePackage("com.backdrops.wallpapers")]
16
)
17
@Suppress("unused")
18
object ProUnlockPatch : BytecodePatch(
@@ -34,4 +34,4 @@ object ProUnlockPatch : BytecodePatch(
34
35
} ?: throw ProUnlockFingerprint.exception
36
}
37
-}
+}
0 commit comments