File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
patches/src/main/kotlin/app/revanced/patches/backdrops/misc/pro Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package app.revanced.patches.backdrops.misc.pro
33import app.revanced.patcher.fingerprint
44import com.android.tools.smali.dexlib2.Opcode
55
6+ @Deprecated(" Fingerprint no longer resolves and will soon be deleted." )
67internal val proUnlockFingerprint = fingerprint {
78 opcodes(
89 Opcode .INVOKE_VIRTUAL ,
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ import app.revanced.patcher.patch.bytecodePatch
66import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
77
88@Suppress(" unused" )
9- val proUnlockPatch = bytecodePatch(
10- name = " Pro unlock" ,
11- ) {
9+ @Deprecated(" This patch no longer works and will soon be deleted." )
10+ val proUnlockPatch = bytecodePatch{
1211 compatibleWith(" com.backdrops.wallpapers" )
1312
1413 execute {
You can’t perform that action at this time.
0 commit comments