mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 22:24:31 +02:00
bump 5.6.2-dev.2
This commit is contained in:
parent
0cc693961a
commit
2b52380294
@ -4,5 +4,5 @@ org.gradle.parallel = true
|
||||
android.useAndroidX = true
|
||||
kotlin.code.style = official
|
||||
kotlin.jvm.target.validation.mode = IGNORE
|
||||
version = 5.6.2-dev.1
|
||||
version = 5.6.2-dev.2
|
||||
|
||||
|
22
patches.json
22
patches.json
@ -1024,8 +1024,7 @@
|
||||
"description": "Adds an option to disable the popup that appears when taking a screenshot.",
|
||||
"use": true,
|
||||
"dependencies": [
|
||||
"Settings for Reddit",
|
||||
"ResourcePatch"
|
||||
"Settings for Reddit"
|
||||
],
|
||||
"compatiblePackages": {
|
||||
"com.reddit.frontpage": [
|
||||
@ -1310,6 +1309,15 @@
|
||||
"Clone": "com.rvx.android.apps.youtube.music",
|
||||
"Default": "app.rvx.android.apps.youtube.music"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "patchAllManifest",
|
||||
"title": "Patch all manifest components",
|
||||
"description": "Patch all permissions, intents and content provider authorities supported by GmsCore.",
|
||||
"required": true,
|
||||
"type": "kotlin.Boolean",
|
||||
"default": true,
|
||||
"values": null
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -1374,6 +1382,15 @@
|
||||
"Clone": "com.rvx.android.apps.youtube.music",
|
||||
"Default": "app.rvx.android.apps.youtube.music"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "patchAllManifest",
|
||||
"title": "Patch all manifest components",
|
||||
"description": "Patch all permissions, intents and content provider authorities supported by GmsCore.",
|
||||
"required": true,
|
||||
"type": "kotlin.Boolean",
|
||||
"default": true,
|
||||
"values": null
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -3097,6 +3114,7 @@
|
||||
"BytecodePatch",
|
||||
"BytecodePatch",
|
||||
"BytecodePatch",
|
||||
"BytecodePatch",
|
||||
"ResourcePatch"
|
||||
],
|
||||
"compatiblePackages": {
|
||||
|
@ -414,7 +414,7 @@ public final class app/revanced/patches/reddit/layout/screenshotpopup/Screenshot
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/reddit/layout/subredditdialog/FingerprintsKt {
|
||||
public static final fun indexOfGetOverInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
|
||||
public static final fun indexOfHasBeenVisitedInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
|
||||
public static final fun indexOfSetBackgroundTintListInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
|
||||
public static final fun listOfIsLoggedInInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)Ljava/util/List;
|
||||
}
|
||||
@ -459,9 +459,7 @@ public final class app/revanced/patches/reddit/utils/extension/SharedExtensionPa
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/reddit/utils/resourceid/SharedResourceIdPatchKt {
|
||||
public static final fun getActionShare ()J
|
||||
public static final fun getNsfwDialogTitle ()J
|
||||
public static final fun getScreenShotShareBanner ()J
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/reddit/utils/settings/SettingsPatchKt {
|
||||
@ -897,6 +895,10 @@ public final class app/revanced/patches/youtube/utils/FingerprintsKt {
|
||||
public static final fun indexOfSpannedCharSequenceInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/youtube/utils/auth/AuthHookPatchKt {
|
||||
public static final fun getAuthHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||
}
|
||||
|
||||
public final class app/revanced/patches/youtube/utils/bottomsheet/BottomSheetHookPatchKt {
|
||||
public static final fun getBottomSheetHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user