feat(reddit/hide-navigation-buttons): constrain to version 2023.16.1

This commit is contained in:
inotia00 2023-07-07 18:51:25 +09:00
parent 871f70d664
commit 4bd27c0cfd
3 changed files with 5 additions and 5 deletions

View File

@ -167,9 +167,9 @@ The official ReVanced Extended Patches.
|:--------:|:--------------:|:-----------------:|
| `disable-screenshot-popup` | Disables the popup that shows up when taking a screenshot. | all |
| `hide-ads` | Removes ads from the Reddit. | all |
| `hide-chat-button` | Hide chat button at navigation bar. | 2023.25.1 |
| `hide-create-button` | Hide create button at navigation bar. | 2023.25.1 |
| `hide-discover-button` | Hide discover button at navigation bar. | 2023.25.1 |
| `hide-chat-button` | Hide chat button at navigation bar. | 2023.16.1 |
| `hide-create-button` | Hide create button at navigation bar. | 2023.16.1 |
| `hide-discover-button` | Hide discover button at navigation bar. | 2023.16.1 |
| `open-links-directly` | Skips over redirection URLs to external links. | all |
| `open-links-externally` | Open links outside of the app directly in your browser. | all |
| `premium-icon-reddit` | Unlocks premium Reddit app icons. | all |

File diff suppressed because one or more lines are too long

View File

@ -3,6 +3,6 @@ package app.revanced.patches.reddit.layout.navigation.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package
@Compatibility([Package("com.reddit.frontpage", arrayOf("2023.25.1"))])
@Compatibility([Package("com.reddit.frontpage", arrayOf("2023.16.1"))])
@Target(AnnotationTarget.CLASS)
internal annotation class NavigationButtonsCompatibility