mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 06:34:28 +02:00
feat(Photomath): Support latest version (#4672)
This commit is contained in:
parent
87c86b53a9
commit
8e16483229
@ -12,7 +12,7 @@ val getDeviceIdPatch = bytecodePatch(
|
|||||||
) {
|
) {
|
||||||
dependsOn(signatureDetectionPatch)
|
dependsOn(signatureDetectionPatch)
|
||||||
|
|
||||||
compatibleWith("com.microblink.photomath"("8.37.0"))
|
compatibleWith("com.microblink.photomath")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
getDeviceIdFingerprint.method.replaceInstructions(
|
getDeviceIdFingerprint.method.replaceInstructions(
|
||||||
|
@ -14,5 +14,5 @@ internal val checkSignatureFingerprint = fingerprint {
|
|||||||
Opcode.INVOKE_STATIC,
|
Opcode.INVOKE_STATIC,
|
||||||
Opcode.MOVE_RESULT,
|
Opcode.MOVE_RESULT,
|
||||||
)
|
)
|
||||||
strings("signatures")
|
strings("SHA")
|
||||||
}
|
}
|
@ -11,7 +11,7 @@ val hideUpdatePopupPatch = bytecodePatch(
|
|||||||
) {
|
) {
|
||||||
dependsOn(signatureDetectionPatch)
|
dependsOn(signatureDetectionPatch)
|
||||||
|
|
||||||
compatibleWith("com.microblink.photomath"("8.32.0"))
|
compatibleWith("com.microblink.photomath")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
hideUpdatePopupFingerprint.method.addInstructions(
|
hideUpdatePopupFingerprint.method.addInstructions(
|
||||||
|
@ -11,7 +11,7 @@ val unlockPlusPatch = bytecodePatch(
|
|||||||
) {
|
) {
|
||||||
dependsOn(signatureDetectionPatch, enableBookpointPatch)
|
dependsOn(signatureDetectionPatch, enableBookpointPatch)
|
||||||
|
|
||||||
compatibleWith("com.microblink.photomath"("8.37.0"))
|
compatibleWith("com.microblink.photomath")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
isPlusUnlockedFingerprint.method.addInstructions(
|
isPlusUnlockedFingerprint.method.addInstructions(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user