refactor(Strava): Rename package and extend description

This commit is contained in:
xehpuk 2025-12-29 20:22:24 +01:00
parent 7528e12d0f
commit 4046bee49f
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package app.revanced.patches.strava.snowplow
package app.revanced.patches.strava.privacy
import app.revanced.patcher.patch.bytecodePatch
import app.revanced.util.returnEarly
@ -11,7 +11,7 @@ import app.revanced.util.returnEarly
@Suppress("unused")
val blockSnowplowTrackingPatch = bytecodePatch(
name = "Block Snowplow tracking",
description = "See https://snowplow.io.",
description = "Blocks Snowplow analytics. See https://snowplow.io for more information.",
) {
compatibleWith("com.strava")

View file

@ -1,4 +1,4 @@
package app.revanced.patches.strava.snowplow
package app.revanced.patches.strava.privacy
import app.revanced.patcher.fingerprint