refactor(Strava): Rename package and extend description
This commit is contained in:
parent
7528e12d0f
commit
4046bee49f
2 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package app.revanced.patches.strava.snowplow
|
||||
package app.revanced.patches.strava.privacy
|
||||
|
||||
import app.revanced.patcher.fingerprint
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue