bump v2.186.12

This commit is contained in:
inotia00 2023-08-03 14:27:17 +09:00
parent ec92314e33
commit ec7f11bef4
4 changed files with 5 additions and 4 deletions

View File

@ -34,7 +34,7 @@ The official ReVanced Extended Patches.
| `enable-external-browser` | Open url outside the app in an external browser. | 18.29.38 | | `enable-external-browser` | Open url outside the app in an external browser. | 18.29.38 |
| `enable-minimized-playback` | Enables minimized and background playback. | 18.29.38 | | `enable-minimized-playback` | Enables minimized and background playback. | 18.29.38 |
| `enable-new-comment-popup-panels` | Enables a new type of comment popup panel in the shorts player. | 18.29.38 | | `enable-new-comment-popup-panels` | Enables a new type of comment popup panel in the shorts player. | 18.29.38 |
| `enable-new-splash-animation` | Enables a new type of splash animation on Android 12+ devices. | 18.29.38 | | `enable-new-splash-animation` | Enables a new type of splash animation. | 18.29.38 |
| `enable-new-thumbnail-preview` | Enables a new type of thumbnail preview. | 18.29.38 | | `enable-new-thumbnail-preview` | Enables a new type of thumbnail preview. | 18.29.38 |
| `enable-old-quality-layout` | Enables the original quality flyout menu. | 18.29.38 | | `enable-old-quality-layout` | Enables the original quality flyout menu. | 18.29.38 |
| `enable-open-links-directly` | Skips over redirection URLs to external links. | 18.29.38 | | `enable-open-links-directly` | Skips over redirection URLs to external links. | 18.29.38 |
@ -72,6 +72,7 @@ The official ReVanced Extended Patches.
| `hide-general-ads` | Hides general ads. | 18.29.38 | | `hide-general-ads` | Hides general ads. | 18.29.38 |
| `hide-handle` | Hides the handle in the account switcher. | 18.29.38 | | `hide-handle` | Hides the handle in the account switcher. | 18.29.38 |
| `hide-info-cards` | Hides info-cards in videos. | 18.29.38 | | `hide-info-cards` | Hides info-cards in videos. | 18.29.38 |
| `hide-latest-videos-button` | Hides latest videos button in home feed. | 18.29.38 |
| `hide-layout-components` | Hides general layout components. | 18.29.38 | | `hide-layout-components` | Hides general layout components. | 18.29.38 |
| `hide-load-more-button` | Hides the button under videos that loads similar videos. | 18.29.38 | | `hide-load-more-button` | Hides the button under videos that loads similar videos. | 18.29.38 |
| `hide-mix-playlists` | Hides mix playlists from home feed and video player. | 18.29.38 | | `hide-mix-playlists` | Hides mix playlists from home feed and video player. | 18.29.38 |

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.186.10 version = 2.186.12

File diff suppressed because one or more lines are too long

View File

@ -287,7 +287,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.186.10" /> <Preference android:title="revanced-patches" android:selectable="false" android:summary="2.186.12" />
<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" />