added Google News

This commit is contained in:
siritami
2025-03-12 19:51:56 +07:00
parent 426ebf824e
commit 875a1c4f21
5 changed files with 21 additions and 1 deletions

View File

@@ -313,12 +313,22 @@ Web version:
---
### [Google News:](play.google.com/store/apps/details?id=com.google.android.apps.magazines)
### [Revanced:](https://github.com/revanced/revanced-patches)
| Stable version | Beta version |
| -------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [Arm64-v8a](../../releases/download/all/googlenews-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/googlenews-beta-arm64-v8a-revanced.apk) |
---
### [RAR:](https://play.google.com/store/apps/details?id=com.rarlab.rar)
### [Revanced:](https://github.com/revanced/revanced-patches)
| Stable version | Beta version |
| --------------------------------------------------------- | -------------------------------------------------------------- |
| --------------------------------------------------------- | -------------------------------------------------------------- |
| [Arm64-v8a](../../releases/download/all/rar-revanced.apk) | [Arm64-v8a](../../releases/download/all/rar-beta-revanced.apk) |
---

View File

@@ -161,6 +161,11 @@ revanced_dl(){
lock_version="1"
get_apk "com.duolingo" "duolingo-beta" "duolingo" "duolingo/duolingo-duolingo/duolingo-language-lessons" "Bundle"
patch "duolingo-beta" "revanced"
# Patch Google News Arm64-v8a
get_patches_key "GoogleNews"
get_apk "com.google.android.apps.magazines" "googlenews-beta" "google-news" "google-inc/google-news/google-news" "Bundle_extract"
split_editor "googlenews-beta" "googlenews-beta-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64"
patch "googlenews-beta-arm64-v8a" "revanced"
}
case "$1" in
1)

View File

@@ -160,6 +160,11 @@ revanced_dl(){
lock_version="1"
get_apk "com.duolingo" "duolingo" "duolingo" "duolingo/duolingo-duolingo/duolingo-language-lessons" "Bundle"
patch "duolingo" "revanced"
# Patch Google News Arm64-v8a
get_patches_key "GoogleNews"
get_apk "com.google.android.apps.magazines" "googlenews" "google-news" "google-inc/google-news/google-news" "Bundle_extract"
split_editor "googlenews" "googlenews-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64"
patch "googlenews-arm64-v8a" "revanced"
}
case "$1" in
1)

View File

View File