Skip to content

Commit e4ae9cc

Browse files
authored
fix(Windy - Unlock pro): Use correct package name (#3397)
1 parent d469604 commit e4ae9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/patches/windyapp/misc/unlockpro/UnlockProPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import app.revanced.patches.windyapp.misc.unlockpro.fingerprints.CheckProFingerp
1010
@Patch(
1111
name = "Unlock pro",
1212
description = "Unlocks all pro features.",
13-
compatiblePackages = [CompatiblePackage("co.windyapp.android")]
13+
compatiblePackages = [CompatiblePackage("com.windyty.android")]
1414
)
1515
@Suppress("unused")
1616
object UnlockProPatch : BytecodePatch(

0 commit comments

Comments
 (0)