bump v2.208.1

This commit is contained in:
inotia00 2023-12-27 07:21:18 +09:00
parent 57a4f5a1b4
commit 20571016bb
4 changed files with 4 additions and 4 deletions

View File

@ -156,7 +156,7 @@ ReVanced Extended Patches.
| `Hide button shelf` | Hides the button shelf from homepage and explorer. | 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 carousel shelf` | Hides the carousel shelf from homepage and explorer. | 6.21.52+ |
| `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 music category bar at the top of the homepage. | 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 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+ |

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.207.1 version = 2.208.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" /> <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.207.1" /> <Preference android:title="ReVanced Patches" android:selectable="false" android:summary="2.208.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" />