File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
patches/src/main/kotlin/app/revanced/patches/soundcloud Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import app.revanced.patches.soundcloud.shared.featureConstructorFingerprint
12
12
val hideAdsPatch = bytecodePatch(
13
13
name = " Hide ads" ,
14
14
) {
15
- compatibleWith(" com.soundcloud.android" )
15
+ compatibleWith(" com.soundcloud.android" ( " 2025.05.27-release " ) )
16
16
17
17
execute {
18
18
// Enable a preset feature to disable audio ads by modifying the JSON server response.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ val disableTelemetryPatch = bytecodePatch(
8
8
name = " Disable telemetry" ,
9
9
description = " Disables SoundCloud's telemetry system." ,
10
10
) {
11
- compatibleWith(" com.soundcloud.android" )
11
+ compatibleWith(" com.soundcloud.android" ( " 2025.05.27-release " ) )
12
12
13
13
execute {
14
14
// Empty the "backend" argument to abort the initializer.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.reference.FieldReference
17
17
val enableOfflineSync = bytecodePatch(
18
18
name = " Enable offline sync" ,
19
19
) {
20
- compatibleWith(" com.soundcloud.android" )
20
+ compatibleWith(" com.soundcloud.android" ( " 2025.05.27-release " ) )
21
21
22
22
execute {
23
23
// Enable the feature to allow offline track syncing by modifying the JSON server response.
You can’t perform that action at this time.
0 commit comments