diff --git a/README.md b/README.md index 75c09f8..b148537 100644 --- a/README.md +++ b/README.md @@ -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) | --- diff --git a/src/build/Revanced-Beta.sh b/src/build/Revanced-Beta.sh index 0a1d035..eaeb45e 100644 --- a/src/build/Revanced-Beta.sh +++ b/src/build/Revanced-Beta.sh @@ -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) diff --git a/src/build/Revanced.sh b/src/build/Revanced.sh index 4df750c..3019cf9 100644 --- a/src/build/Revanced.sh +++ b/src/build/Revanced.sh @@ -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) diff --git a/src/patches/GoogleNews/exclude-patches b/src/patches/GoogleNews/exclude-patches new file mode 100644 index 0000000..e69de29 diff --git a/src/patches/GoogleNews/include-patches b/src/patches/GoogleNews/include-patches new file mode 100644 index 0000000..e69de29