Skip to content

Commit f249e88

Browse files
committed
bump 5.6.1-dev.5
1 parent 036e3da commit f249e88

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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-dev.4
7+
version = 5.6.1-dev.5
88

patches.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,8 +1046,7 @@
10461046
"description": "Adds an option to disable the popup that appears when taking a screenshot.",
10471047
"use": true,
10481048
"dependencies": [
1049-
"Settings for Reddit",
1050-
"ResourcePatch"
1049+
"Settings for Reddit"
10511050
],
10521051
"compatiblePackages": {
10531052
"com.reddit.frontpage": [

patches/api/patches.api

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,6 @@ 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 getScreenShotShareBanner ()J
463-
}
464-
465461
public final class app/revanced/patches/reddit/utils/settings/SettingsPatchKt {
466462
public static final fun getSettingsPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
467463
public static final fun is_2024_26_or_greater ()Z
@@ -875,6 +871,7 @@ public final class app/revanced/patches/youtube/player/seekbar/SeekbarComponents
875871

876872
public final class app/revanced/patches/youtube/shorts/components/FingerprintsKt {
877873
public static final fun indexOfAddLiveHeaderElementsContainerInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
874+
public static final fun indexOfDismissInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
878875
}
879876

880877
public final class app/revanced/patches/youtube/shorts/components/ShortsComponentPatchKt {
@@ -1038,6 +1035,7 @@ public final class app/revanced/patches/youtube/utils/playservice/VersionCheckPa
10381035
public static final fun is_19_04_or_greater ()Z
10391036
public static final fun is_19_05_or_greater ()Z
10401037
public static final fun is_19_09_or_greater ()Z
1038+
public static final fun is_19_11_or_greater ()Z
10411039
public static final fun is_19_15_or_greater ()Z
10421040
public static final fun is_19_16_or_greater ()Z
10431041
public static final fun is_19_17_or_greater ()Z
@@ -1056,6 +1054,7 @@ public final class app/revanced/patches/youtube/utils/playservice/VersionCheckPa
10561054
public static final fun is_19_44_or_greater ()Z
10571055
public static final fun is_19_46_or_greater ()Z
10581056
public static final fun is_19_49_or_greater ()Z
1057+
public static final fun is_19_50_or_greater ()Z
10591058
public static final fun is_20_02_or_greater ()Z
10601059
public static final fun is_20_03_or_greater ()Z
10611060
public static final fun is_20_05_or_greater ()Z

0 commit comments

Comments
 (0)