mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-24 03:01:03 +00:00
fix(photomath/Spoof Device Id): Switch import naming
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package app.revanced.patches.photomath.detection.deviceid
|
||||
|
||||
import app.revanced.patcher.patch.creatingBytecodePatch
|
||||
import app.revanced.patches.photomath.detection.signature.signatureDetectionPatch
|
||||
import app.revanced.patches.photomath.detection.signature.`Signature detection`
|
||||
import app.revanced.util.returnEarly
|
||||
import kotlin.random.Random
|
||||
|
||||
@@ -9,7 +9,7 @@ import kotlin.random.Random
|
||||
val `Spoof device ID` by creatingBytecodePatch(
|
||||
description = "Spoofs device ID to mitigate manual bans by developers.",
|
||||
) {
|
||||
dependsOn(signatureDetectionPatch)
|
||||
dependsOn(`Signature detection`)
|
||||
|
||||
compatibleWith("com.microblink.photomath")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user