Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 197f6f1

Browse files
committed
bump 5.14.1-dev.2
1 parent a756748 commit 197f6f1

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ org.gradle.parallel = true
44
android.useAndroidX = true
55
kotlin.code.style = official
66
kotlin.jvm.target.validation.mode = IGNORE
7-
version = 5.14.1-dev.1
7+
version = 5.14.1-dev.2
88

patches.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3201,7 +3201,7 @@
32013201
"description": "A list of translations to be added for the RVX settings, separated by commas.",
32023202
"required": true,
32033203
"type": "kotlin.String",
3204-
"default": "bg-rBG, el-rGR, es-rES, fr-rFR, hu-rHU, id-rID, in, it-rIT, ja-rJP, ko-rKR, nl-rNL, pl-rPL, pt-rBR, ru-rRU, tr-rTR, uk-rUA, vi-rVN, zh-rCN, zh-rTW",
3204+
"default": "el-rGR, es-rES, fr-rFR, hu-rHU, id-rID, in, it-rIT, ja-rJP, ko-rKR, pl-rPL, pt-rBR, ru-rRU, tr-rTR, uk-rUA, vi-rVN, zh-rCN, zh-rTW",
32053205
"values": null
32063206
},
32073207
{

patches/api/patches.api

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ public final class app/revanced/patches/music/utils/fix/fileprovider/FileProvide
205205
public static final fun fileProviderPatch (Ljava/lang/String;Ljava/lang/String;)Lapp/revanced/patcher/patch/BytecodePatch;
206206
}
207207

208-
public final class app/revanced/patches/music/utils/fix/streamingdata/FingerprintsKt {
209-
public static final field STREAMING_DATA_OUTER_CLASS Ljava/lang/String;
210-
}
211-
212208
public final class app/revanced/patches/music/utils/fix/streamingdata/SpoofStreamingDataPatchKt {
213209
public static final fun getSpoofStreamingDataPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
214210
}
@@ -352,6 +348,10 @@ public final class app/revanced/patches/music/utils/videotype/VideoTypeHookPatch
352348
public static final fun getVideoTypeHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
353349
}
354350

351+
public final class app/revanced/patches/music/utils/webview/WebViewPatchKt {
352+
public static final fun getWebViewPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
353+
}
354+
355355
public final class app/revanced/patches/music/video/information/VideoInformationPatchKt {
356356
public static final field EXTENSION_CLASS_DESCRIPTOR Ljava/lang/String;
357357
public static final fun getVideoInformationPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
@@ -702,6 +702,11 @@ public final class app/revanced/patches/shared/viewgroup/ViewGroupMarginLayoutPa
702702
public static final fun getViewGroupMarginLayoutParamsHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
703703
}
704704

705+
public final class app/revanced/patches/shared/webview/WebViewPatchKt {
706+
public static final fun webViewPatch (Lkotlin/jvm/functions/Function1;Lkotlin/Pair;Lkotlin/jvm/functions/Function1;)Lapp/revanced/patcher/patch/BytecodePatch;
707+
public static synthetic fun webViewPatch$default (Lkotlin/jvm/functions/Function1;Lkotlin/Pair;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lapp/revanced/patcher/patch/BytecodePatch;
708+
}
709+
705710
public final class app/revanced/patches/youtube/ads/general/AdsPatchKt {
706711
public static final fun getAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
707712
}

0 commit comments

Comments
 (0)