mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 19:14:37 +02:00
build: bump dependencies
This commit is contained in:
parent
b7f99075e8
commit
a2b163eed1
@ -6,7 +6,7 @@ import org.jf.dexlib2.AccessFlags
|
|||||||
|
|
||||||
object LithoFilterFingerprint : MethodFingerprint(
|
object LithoFilterFingerprint : MethodFingerprint(
|
||||||
returnType = "V",
|
returnType = "V",
|
||||||
accessFlags = AccessFlags.PUBLIC or AccessFlags.STATIC or AccessFlags.CONSTRUCTOR,
|
accessFlags = AccessFlags.STATIC or AccessFlags.CONSTRUCTOR,
|
||||||
customFingerprint = { methodDef, _ ->
|
customFingerprint = { methodDef, _ ->
|
||||||
methodDef.definingClass == "Lapp/revanced/music/patches/ads/LithoFilterPatch;"
|
methodDef.definingClass == "Lapp/revanced/music/patches/ads/LithoFilterPatch;"
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@ import org.jf.dexlib2.AccessFlags
|
|||||||
|
|
||||||
object LithoFilterFingerprint : MethodFingerprint(
|
object LithoFilterFingerprint : MethodFingerprint(
|
||||||
returnType = "V",
|
returnType = "V",
|
||||||
accessFlags = AccessFlags.PUBLIC or AccessFlags.STATIC or AccessFlags.CONSTRUCTOR,
|
accessFlags = AccessFlags.STATIC or AccessFlags.CONSTRUCTOR,
|
||||||
customFingerprint = { methodDef, _ ->
|
customFingerprint = { methodDef, _ ->
|
||||||
methodDef.definingClass == "Lapp/revanced/integrations/patches/ads/LithoFilterPatch;"
|
methodDef.definingClass == "Lapp/revanced/integrations/patches/ads/LithoFilterPatch;"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user