Skip to content

Commit 1eca8c8

Browse files
committed
bump 5.6.2-dev.1
1 parent 692b4f2 commit 1eca8c8

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

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.6.1
7+
version = 5.6.2-dev.1
88

patches.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,8 @@
10241024
"description": "Adds an option to disable the popup that appears when taking a screenshot.",
10251025
"use": true,
10261026
"dependencies": [
1027-
"Settings for Reddit"
1027+
"Settings for Reddit",
1028+
"ResourcePatch"
10281029
],
10291030
"compatiblePackages": {
10301031
"com.reddit.frontpage": [
@@ -2211,7 +2212,8 @@
22112212
"description": "Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically.",
22122213
"use": true,
22132214
"dependencies": [
2214-
"Settings for Reddit"
2215+
"Settings for Reddit",
2216+
"ResourcePatch"
22152217
],
22162218
"compatiblePackages": {
22172219
"com.reddit.frontpage": [

patches/api/patches.api

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public final class app/revanced/patches/reddit/layout/screenshotpopup/Screenshot
414414
}
415415

416416
public final class app/revanced/patches/reddit/layout/subredditdialog/FingerprintsKt {
417-
public static final fun indexOfHasBeenVisitedInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
417+
public static final fun indexOfGetOverInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
418418
public static final fun indexOfSetBackgroundTintListInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
419419
public static final fun listOfIsLoggedInInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)Ljava/util/List;
420420
}
@@ -458,6 +458,12 @@ public final class app/revanced/patches/reddit/utils/extension/SharedExtensionPa
458458
public static final fun getSharedExtensionPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
459459
}
460460

461+
public final class app/revanced/patches/reddit/utils/resourceid/SharedResourceIdPatchKt {
462+
public static final fun getActionShare ()J
463+
public static final fun getNsfwDialogTitle ()J
464+
public static final fun getScreenShotShareBanner ()J
465+
}
466+
461467
public final class app/revanced/patches/reddit/utils/settings/SettingsPatchKt {
462468
public static final fun getSettingsPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
463469
public static final fun is_2024_26_or_greater ()Z
@@ -903,6 +909,10 @@ public final class app/revanced/patches/youtube/utils/controlsoverlay/ControlsOv
903909
public static final fun getControlsOverlayConfigPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
904910
}
905911

912+
public final class app/revanced/patches/youtube/utils/dismiss/DismissPlayerHookPatchKt {
913+
public static final fun getDismissPlayerHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
914+
}
915+
906916
public final class app/revanced/patches/youtube/utils/engagement/EngagementPanelHookPatchKt {
907917
public static final fun getEngagementPanelHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
908918
}
@@ -1050,6 +1060,7 @@ public final class app/revanced/patches/youtube/utils/playservice/VersionCheckPa
10501060
public static final fun is_19_34_or_greater ()Z
10511061
public static final fun is_19_36_or_greater ()Z
10521062
public static final fun is_19_41_or_greater ()Z
1063+
public static final fun is_19_42_or_greater ()Z
10531064
public static final fun is_19_43_or_greater ()Z
10541065
public static final fun is_19_44_or_greater ()Z
10551066
public static final fun is_19_46_or_greater ()Z

0 commit comments

Comments
 (0)