From e66cc6049b773a20ea3be6db5ec827d808302f67 Mon Sep 17 00:00:00 2001 From: Sadiq Salau <48159544+sadiqsalau@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:25:19 +0100 Subject: [PATCH] Updated Smartdock Download Link --- stuff/smartdock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuff/smartdock.py b/stuff/smartdock.py index 5b2e8ae..375b04d 100644 --- a/stuff/smartdock.py +++ b/stuff/smartdock.py @@ -4,7 +4,7 @@ from stuff.general import General class Smartdock(General): id = "smartdock" - dl_link = "https://f-droid.org/repo/cu.axel.smartdock_1100.apk" + dl_link = "https://f-droid.org/repo/cu.axel.smartdock_1130.apk" partition = "system" dl_file_name = "smartdock.apk" act_md5 = "f4087d34218eac902a5cca98ee03d215"