mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-12 06:06:18 +00:00
fix(Windy - Unlock pro): Use correct package name (#3397)
This commit is contained in:
committed by
GitHub
parent
d469604f0f
commit
e4ae9ccd26
@@ -10,7 +10,7 @@ import app.revanced.patches.windyapp.misc.unlockpro.fingerprints.CheckProFingerp
|
||||
@Patch(
|
||||
name = "Unlock pro",
|
||||
description = "Unlocks all pro features.",
|
||||
compatiblePackages = [CompatiblePackage("co.windyapp.android")]
|
||||
compatiblePackages = [CompatiblePackage("com.windyty.android")]
|
||||
)
|
||||
@Suppress("unused")
|
||||
object UnlockProPatch : BytecodePatch(
|
||||
|
||||
Reference in New Issue
Block a user