From fc6ff7967f4a296fe568aa3d08619823c0aed87f Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 21 Dec 2022 15:41:17 +0530 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Removed=20sleep-as-android?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- src/config.py | 1 - src/patches.py | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index c201cc1..8ba8b16 100644 --- a/README.md +++ b/README.md @@ -137,8 +137,7 @@ By default, script build the version as recommended by Revanced team. 15. [windy](https://www.apkmirror.com/apk/windy-weather-world-inc/windy-wind-weather-forecast/) 16. [my-expenses](https://my-expenses.en.uptodown.com/android) 17. [backdrops](https://backdrops.en.uptodown.com/android) - 18. [sleep-as-android](https://sleep-as-android.en.uptodown.com/android) - 19. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager) + 18. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager)
Please verify the source of original APKs yourself with links provided. I'm not responsible for any damaged caused. If you know any better/safe source to download clean. Please raise a PR. diff --git a/src/config.py b/src/config.py index d67d856..8779fd9 100644 --- a/src/config.py +++ b/src/config.py @@ -24,7 +24,6 @@ class RevancedConfig: "nyx-music-player", "my-expenses", "backdrops", - "sleep-as-android", ] self.apk_pure = ["hex-editor"] self.apk_sos = ["expensemanager"] diff --git a/src/patches.py b/src/patches.py index 70150af..b86a970 100644 --- a/src/patches.py +++ b/src/patches.py @@ -28,7 +28,6 @@ class Patches(object): "co.windyapp.android": ("windy", "_windy"), "org.totschnig.myexpenses": ("my-expenses", "_expenses"), "com.backdrops.wallpapers": ("backdrops", "_backdrops"), - "com.urbandroid.sleep": ("sleep", "_sleep"), "com.ithebk.expensemanager": ("expensemanager", "_expensemanager"), } revanced_extended_app_ids = { @@ -140,7 +139,6 @@ class Patches(object): "windy": "_windy", "my-expenses": "_expenses", "backdrops": "_backdrops", - "sleep": "_sleep", "expensemanager": "_expensemanager", } if not (app_name := app_names.get(app)):