bump v2.207.1

This commit is contained in:
inotia00 2023-12-23 23:54:00 +09:00
parent 747be37714
commit 7bb8efa6ff
4 changed files with 6 additions and 6 deletions

View File

@ -152,7 +152,7 @@ ReVanced Extended Patches.
| `Enable zen mode` | Adds a grey tint to the video player to reduce eye strain. | 6.21.52+ |
| `Exclusive audio playback` | Enables the option to play music without video. | 6.21.52+ |
| `Hide account menu` | Hide account menu elements. | 6.21.52+ |
| `Hide action bar label` | Hide labels in action bar. | 6.21.52+ |
| `Hide action bar component` | Hides action bar components or replaces the offline download button with an external download button. | 6.21.52+ |
| `Hide button shelf` | Hides the button shelf from homepage and explorer. | 6.21.52+ |
| `Hide carousel shelf` | Hides the carousel shelf from homepage and explorer. | 6.21.52+ |
| `Hide cast button` | Hides the cast button. | 6.21.52+ |
@ -167,12 +167,10 @@ ReVanced Extended Patches.
| `Hide navigation bar component` | Hides navigation bar components. | 6.21.52+ |
| `Hide new playlist button` | Hides the "New playlist" button in the library. | 6.21.52+ |
| `Hide playlist card` | Hides the playlist card from homepage. | 6.21.52+ |
| `Hide radio button` | Hides start radio button. | 6.21.52+ |
| `Hide taste builder` | Hides the "Tell us which artists you like" card from homepage. | 6.21.52+ |
| `Hide terms container` | Hides terms of service container at the account menu. | 6.21.52+ |
| `Hide tooltip content` | Hides the tooltip box that appears on first install. | 6.21.52+ |
| `Hide voice search button` | Hide voice search button in search bar. | 6.21.52+ |
| `Hook download button` | Replaces the offline download button with an external download button. | 6.21.52+ |
| `MicroG support` | Allows ReVanced Extended Music to run without root and under a different package name with MicroG. | 6.21.52+ |
| `Remember playback speed` | Save the playback speed value whenever you change the playback speed. | 6.21.52+ |
| `Remember repeat state` | Remembers the state of the repeat. | 6.21.52+ |
@ -193,6 +191,8 @@ ReVanced Extended Patches.
| 💊 Patch | 📜 Description | 🏹 Target Version |
|:--------:|:--------------:|:-----------------:|
| `Change package name` | Specifies the package name for Reddit. | all |
| `Custom branding name Reddit` | Rename the Reddit app to the name specified in options.json. | all |
| `Disable screenshot popup` | Disables the popup that shows up when taking a screenshot. | all |
| `Hide ads` | Hides ads from the Reddit. | all |
| `Hide navigation buttons` | Hide buttons at navigation bar. | all |

View File

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

File diff suppressed because one or more lines are too long

View File

@ -375,7 +375,7 @@
<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" >
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_tool_used" />
<Preference android:title="ReVanced Patches" android:selectable="false" android:summary="2.206.1" />
<Preference android:title="ReVanced Patches" android:selectable="false" android:summary="2.207.1" />
<Preference android:title="ReVanced Integrations" android:selectable="false" android:summary="" />
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_ads" />