From b7d977cd591f4ffd7cadce82b2b147bfb92e32dc Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Sat, 10 Feb 2024 09:53:01 +0100 Subject: [PATCH] updates: Update in-app updater JSON file Signed-off-by: Aayush Gupta --- updates.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/updates.json b/updates.json index c3ebd54ab..1e57b7d75 100644 --- a/updates.json +++ b/updates.json @@ -1,7 +1,7 @@ { - "version_name": "4.3.5", - "version_code": 53, - "aurora_build": "https://gitlab.com/AuroraOSS/AuroraStore/uploads/ac32503aee88c6d1067dad57f3f92e09/AuroraStore_4.3.5.apk", + "version_name": "4.4.1", + "version_code": 54, + "aurora_build": "https://auroraoss.com/AuroraStore/Stable/AuroraStore_4.4.1.apk", "fdroid_build": "", - "changelog": "Changelog : v4.3.3\n • Fix apps not installing post download\n • Allow choosing custom download directory\n • Add Wifi-only download option" + "changelog": "Changelog : v4.4.1\n • Major internal changes to the downloads system\n • Major changes to the updates system\n • Translation updates & major bug fixes" }