Skip to content

Commit

Permalink
bump 5.2.1-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Jan 4, 2025
1 parent 244774c commit ae32f50
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ org.gradle.parallel = true
android.useAndroidX = true
kotlin.code.style = official
kotlin.jvm.target.validation.mode = IGNORE
version = 5.2.1-dev.2
version = 5.2.1-dev.3

5 changes: 3 additions & 2 deletions patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@
"Settings for YouTube Music",
"BytecodePatch",
"BytecodePatch",
"ResourcePatch"
"BytecodePatch"
],
"compatiblePackages": {
"com.google.android.apps.youtube.music": [
Expand Down Expand Up @@ -2557,7 +2557,8 @@
"use": true,
"dependencies": [
"BytecodePatch",
"Settings for YouTube Music"
"Settings for YouTube Music",
"BytecodePatch"
],
"compatiblePackages": {
"com.google.android.apps.youtube.music": [
Expand Down
7 changes: 7 additions & 0 deletions patches/api/patches.api
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public final class app/revanced/patches/music/utils/fix/fileprovider/FileProvide
}

public final class app/revanced/patches/music/utils/fix/streamingdata/SpoofStreamingDataPatchKt {
public static final field EXTENSION_CLASS_DESCRIPTOR Ljava/lang/String;
public static final fun getSpoofStreamingDataPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

Expand Down Expand Up @@ -287,6 +288,12 @@ public final class app/revanced/patches/music/video/playback/VideoPlaybackPatchK
public static final fun getVideoPlaybackPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

public final class app/revanced/patches/music/video/playerresponse/PlayerResponseMethodHookPatchKt {
public static final fun getPlayerResponseMethodHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
public static final fun hookPlayerResponse (Ljava/lang/String;Z)V
public static synthetic fun hookPlayerResponse$default (Ljava/lang/String;ZILjava/lang/Object;)V
}

public final class app/revanced/patches/reddit/ad/AdsPatchKt {
public static final fun getAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
Expand Down

0 comments on commit ae32f50

Please sign in to comment.