bump v2.210.1

This commit is contained in:
inotia00 2024-01-04 08:17:49 +09:00
parent ff441fc9ac
commit 9919057d8b
4 changed files with 5 additions and 3 deletions

View File

@ -135,6 +135,7 @@ ReVanced Extended Patches.
| `Custom package name` | Specifies the package name for YouTube and YT Music in the MicroG build. | 6.21.52+ | | `Custom package name` | Specifies the package name for YouTube and YT Music in the MicroG build. | 6.21.52+ |
| `Custom playback speed` | Adds more playback speed options. | 6.21.52+ | | `Custom playback speed` | Adds more playback speed options. | 6.21.52+ |
| `Disable auto captions` | Disables forced auto captions. | 6.21.52+ | | `Disable auto captions` | Disables forced auto captions. | 6.21.52+ |
| `Disable overlay filter` | Disables dark overlay when comment, share, save to playlist, and flyout panels open. | 6.21.52+ |
| `Enable black navigation bar` | Sets the navigation bar color to black. | 6.21.52+ | | `Enable black navigation bar` | Sets the navigation bar color to black. | 6.21.52+ |
| `Enable color match player` | Matches the color of the mini player and the fullscreen player. | 6.21.52+ | | `Enable color match player` | Matches the color of the mini player and the fullscreen player. | 6.21.52+ |
| `Enable compact dialog` | Enable compact dialog on phone. | 6.21.52+ | | `Enable compact dialog` | Enable compact dialog on phone. | 6.21.52+ |
@ -159,6 +160,7 @@ ReVanced Extended Patches.
| `Hide cast button` | Hides the cast button. | 6.21.52+ | | `Hide cast button` | Hides the cast button. | 6.21.52+ |
| `Hide category bar` | Hides the category bar. | 6.21.52+ | | `Hide category bar` | Hides the category bar. | 6.21.52+ |
| `Hide channel guidelines` | Hides channel guidelines at the top of comments. | 6.21.52+ | | `Hide channel guidelines` | Hides channel guidelines at the top of comments. | 6.21.52+ |
| `Hide double tap overlay filter` | Hides the double tap dark filter layer. | 6.21.52+ |
| `Hide emoji picker` | Hides emoji picker at the comments box. | 6.21.52+ | | `Hide emoji picker` | Hides emoji picker at the comments box. | 6.21.52+ |
| `Hide flyout panel` | Hides flyout panel components. | 6.21.52+ | | `Hide flyout panel` | Hides flyout panel components. | 6.21.52+ |
| `Hide general ads` | Hides general ads. | 6.21.52+ | | `Hide general ads` | Hides general ads. | 6.21.52+ |

View File

@ -1,4 +1,4 @@
org.gradle.parallel = true org.gradle.parallel = true
org.gradle.caching = true org.gradle.caching = true
kotlin.code.style = official kotlin.code.style = official
version = 2.209.1 version = 2.210.1

File diff suppressed because one or more lines are too long

View File

@ -378,7 +378,7 @@
<Preference android:title=" " android:selectable="false" android:summary="@string/pref_about_category" /> <Preference android:title=" " android:selectable="false" android:summary="@string/pref_about_category" />
<PreferenceScreen android:title="@string/revanced_patches_information" android:summary="@string/revanced_patches_information_summary" > <PreferenceScreen android:title="@string/revanced_patches_information" android:summary="@string/revanced_patches_information_summary" >
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_tool_used" /> <Preference android:title=" " android:selectable="false" android:summary="@string/revanced_tool_used" />
<Preference android:title="ReVanced Patches" android:selectable="false" android:summary="2.209.1" /> <Preference android:title="ReVanced Patches" android:selectable="false" android:summary="2.210.1" />
<Preference android:title="ReVanced Integrations" android:selectable="false" android:summary="" /> <Preference android:title="ReVanced Integrations" android:selectable="false" android:summary="" />
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_ads" /> <Preference android:title=" " android:selectable="false" android:summary="@string/revanced_ads" />