From bd22e2f8ba0d31625a28c7010beaa346abee5edd Mon Sep 17 00:00:00 2001 From: Till Skrodzki Date: Fri, 12 May 2023 05:53:58 +0200 Subject: [PATCH] Update global_variables.py --- mapadroid/utils/global_variables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mapadroid/utils/global_variables.py b/mapadroid/utils/global_variables.py index f7383f4f0..454d213eb 100644 --- a/mapadroid/utils/global_variables.py +++ b/mapadroid/utils/global_variables.py @@ -3,8 +3,8 @@ # MAD APK related elements CHUNK_MAX_SIZE = 1024 * 1024 * 8 # 8MiB MAD_APK_ALLOWED_EXTENSIONS = set(['apk', 'zip']) -URL_RGC_APK = 'https://raw.githubusercontent.com/Map-A-Droid/MAD/master/APK/RemoteGpsController.apk' -URL_PD_APK = 'https://www.maddev.eu/apk/PogoDroid.apk' +URL_RGC_APK = 'https://raw.githubusercontent.com/Map-A-Droid/MAD/legacy/APK/RemoteGpsController.apk' +URL_PD_APK = 'https://www.maddev.eu/apk/PogoDroid_legacy.apk' BACKEND_SUPPORTED_VERSIONS = "https://auth.maddev.eu/thirdparty/supported_versions" VERSIONCODES_URL = 'https://raw.githubusercontent.com/Map-A-Droid/MAD/master/configs/version_codes.json'