bump v2.186.4

This commit is contained in:
inotia00 2023-07-25 02:57:47 +09:00
parent 167b6d1da0
commit a24ce76add
4 changed files with 4 additions and 16 deletions

View File

@ -169,6 +169,7 @@ The official ReVanced Extended Patches.
| `disable-screenshot-popup` | Disables the popup that shows up when taking a screenshot. | all | | `disable-screenshot-popup` | Disables the popup that shows up when taking a screenshot. | all |
| `hide-ads` | Hides ads from the Reddit. | all | | `hide-ads` | Hides ads from the Reddit. | all |
| `hide-navigation-buttons` | Hide buttons at navigation bar. | all | | `hide-navigation-buttons` | Hide buttons at navigation bar. | all |
| `hide-place-button` | Hide r/place button in toolbar. | all |
| `open-links-directly` | Skips over redirection URLs to external links. | all | | `open-links-directly` | Skips over redirection URLs to external links. | all |
| `open-links-externally` | Open links outside of the app directly in your browser. | all | | `open-links-externally` | Open links outside of the app directly in your browser. | all |
| `premium-icon` | Unlocks premium icons. | all | | `premium-icon` | Unlocks premium icons. | all |
@ -176,19 +177,6 @@ The official ReVanced Extended Patches.
| `sanitize-sharing-links` | Removes (tracking) query parameters from the URLs when sharing links. | all | | `sanitize-sharing-links` | Removes (tracking) query parameters from the URLs when sharing links. | all |
</details> </details>
### [📦 `com.mgoogle.android.gms`](https://play.google.com/store/apps/details?id=com.mgoogle.android.gms)
<details>
| 💊 Patch | 📜 Description | 🏹 Target Version |
|:--------:|:--------------:|:-----------------:|
| `custom-branding-microg-name` | Rename the MicroG app to the name specified in options.json. | all |
| `custom-branding-icon-mmt` | Changes the MicroG launcher icon to MMT. | all |
| `custom-branding-icon-revancify-blue` | Changes the MicroG launcher icon to Revancify Blue. | all |
| `custom-branding-icon-revancify-red` | Changes the MicroG launcher icon to Revancify Red. | all |
| `hide-icon-from-launcher` | Hide MicroG icon from launcher. | all |
| `materialyou` | Enables MaterialYou theme for Android 12+ | all |
</details>
## 📝 JSON Format ## 📝 JSON Format

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.1 version = 2.186.4

File diff suppressed because one or more lines are too long

View File

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