fix(Windy - Unlock pro): Revert changing package name (#3402)

This commit is contained in:
oSumAtrIX 2024-07-01 15:00:34 +02:00 committed by GitHub
parent a896823330
commit 541f1e7026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ import app.revanced.patches.windyapp.misc.unlockpro.fingerprints.CheckProFingerp
@Patch( @Patch(
name = "Unlock pro", name = "Unlock pro",
description = "Unlocks all pro features.", description = "Unlocks all pro features.",
compatiblePackages = [CompatiblePackage("com.windyty.android")] compatiblePackages = [CompatiblePackage("co.windyapp.android")]
) )
@Suppress("unused") @Suppress("unused")
object UnlockProPatch : BytecodePatch( object UnlockProPatch : BytecodePatch(