fix(photomath/Spoof Device Id): Switch import naming
This commit is contained in:
parent
1ee89fe0e6
commit
70328c5a65
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue