mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-19 07:47:17 +02:00
bump 5.2.1-dev.3
This commit is contained in:
parent
244774c94c
commit
ae32f50ea5
@ -4,5 +4,5 @@ org.gradle.parallel = true
|
|||||||
android.useAndroidX = true
|
android.useAndroidX = true
|
||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
kotlin.jvm.target.validation.mode = IGNORE
|
kotlin.jvm.target.validation.mode = IGNORE
|
||||||
version = 5.2.1-dev.2
|
version = 5.2.1-dev.3
|
||||||
|
|
||||||
|
@ -827,7 +827,7 @@
|
|||||||
"Settings for YouTube Music",
|
"Settings for YouTube Music",
|
||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"ResourcePatch"
|
"BytecodePatch"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.google.android.apps.youtube.music": [
|
"com.google.android.apps.youtube.music": [
|
||||||
@ -2557,7 +2557,8 @@
|
|||||||
"use": true,
|
"use": true,
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"Settings for YouTube Music"
|
"Settings for YouTube Music",
|
||||||
|
"BytecodePatch"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.google.android.apps.youtube.music": [
|
"com.google.android.apps.youtube.music": [
|
||||||
|
@ -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 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;
|
public static final fun getSpoofStreamingDataPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -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 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 final class app/revanced/patches/reddit/ad/AdsPatchKt {
|
||||||
public static final fun getAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
public static final fun getAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user