From a80ff8e855dc63a16fe0f8ca2757333b60d83afd Mon Sep 17 00:00:00 2001 From: Rikka Date: Sun, 2 Jul 2023 01:50:19 +0800 Subject: [PATCH] update hidestatusbar link --- stuff/hidestatusbar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stuff/hidestatusbar.py b/stuff/hidestatusbar.py index 41a4483..1953cd3 100644 --- a/stuff/hidestatusbar.py +++ b/stuff/hidestatusbar.py @@ -5,8 +5,8 @@ from stuff.general import General class HideStatusBar(General): id = "hide status bar" - dl_links = {"11": ["https://github.com/ayasa520/hide-status-bar/releases/download/v0.0.1/app-release.apk", - "ae6c4cc567d6f3de77068e54e43818e2"]} + dl_links = {"11": ["https://github.com/ayasa520/hide-status-bar/releases/download/v0.0.2/app-release.apk", + "ff2fe63ddfb4b035e6720a1b195b2355"]} partition = "system" dl_file_name = "hidestatusbar.apk" dl_link = ...