bump v2.190.21

This commit is contained in:
inotia00 2023-10-04 04:18:04 +09:00
parent 91773344ac
commit 10068b16e5
4 changed files with 4 additions and 4 deletions

View File

@ -172,7 +172,7 @@ ReVanced Extended Patches.
| `replace-cast-button` | Replace the cast button in the player with the open music button. | 6.15.52 ~ 6.21.51 | | `replace-cast-button` | Replace the cast button in the player with the open music button. | 6.15.52 ~ 6.21.51 |
| `replace-dismiss-queue` | Replace dismiss queue menu to watch on YouTube. | 6.15.52 ~ 6.21.51 | | `replace-dismiss-queue` | Replace dismiss queue menu to watch on YouTube. | 6.15.52 ~ 6.21.51 |
| `return-youtube-dislike` | Shows the dislike count of videos using the Return YouTube Dislike API. | 6.15.52 ~ 6.21.51 | | `return-youtube-dislike` | Shows the dislike count of videos using the Return YouTube Dislike API. | 6.15.52 ~ 6.21.51 |
| `settings` | Adds settings for ReVanced to YouTube Music. | 6.15.52 ~ 6.21.51 | | `settings` | Adds settings for ReVanced Extended to YouTube Music. | 6.15.52 ~ 6.21.51 |
| `sponsorblock` | Integrates SponsorBlock which allows skipping video segments such as sponsored content. | 6.15.52 ~ 6.21.51 | | `sponsorblock` | Integrates SponsorBlock which allows skipping video segments such as sponsored content. | 6.15.52 ~ 6.21.51 |
| `spoof-app-version` | Spoof the YouTube Music client version. | 6.15.52 ~ 6.21.51 | | `spoof-app-version` | Spoof the YouTube Music client version. | 6.15.52 ~ 6.21.51 |
| `start-page` | Set the default start page. | 6.15.52 ~ 6.21.51 | | `start-page` | Set the default start page. | 6.15.52 ~ 6.21.51 |

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.190.18 version = 2.190.21

File diff suppressed because one or more lines are too long

View File

@ -296,7 +296,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.190.18" /> <Preference android:title="revanced-patches" android:selectable="false" android:summary="2.190.21" />
<Preference android:title="revanced-integrations" android:key="revanced-integrations" android:selectable="false"/> <Preference android:title="revanced-integrations" android:key="revanced-integrations" android:selectable="false"/>
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_ads" /> <Preference android:title=" " android:selectable="false" android:summary="@string/revanced_ads" />