fix(photomath/Spoof Device Id): Switch import naming

This commit is contained in:
Pun Butrach
2026-01-12 17:17:11 +07:00
parent 1ee89fe0e6
commit 70328c5a65

View File

@@ -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")