Skip to content

Commit

Permalink
Bump v2.220.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced committed Feb 7, 2024
1 parent 0d6c62e commit 623d369
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ ReVanced Extended Patches.
| `Hide new playlist button` | Adds an option to hide the "New playlist" button in the library. | 6.21.52+ |
| `Hide player overlay filter` | Removes the dark overlay when single-tapping player. | 6.21.52+ |
| `Hide playlist card` | Adds an option to hide the playlist card from the homepage. | 6.21.52+ |
| `Hide tap to update button` | Adds an option to hide the tap to update button. | 6.21.52+ |
| `Hide taste builder` | Hides the "Tell us which artists you like" card from the homepage. | 6.21.52+ |
| `Hide terms container` | Adds an option to hide the terms of service container in the account menu. | 6.21.52+ |
| `Hide tooltip content` | Hides the tooltip box that appears when opening the app for the first time. | 6.21.52+ |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 2.220.3
version = 2.220.4
2 changes: 1 addition & 1 deletion patches.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/youtube/settings/xml/revanced_prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,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.220.3" />
<Preference android:title="ReVanced Patches" android:selectable="false" android:summary="2.220.4" />
<Preference android:title="ReVanced Integrations" android:selectable="false" android:summary="" />

<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_ads" />
Expand Down

0 comments on commit 623d369

Please sign in to comment.