Skip to content

Commit

Permalink
Update global_variables.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Grennith authored May 12, 2023
1 parent 8105f31 commit bd22e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapadroid/utils/global_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit bd22e2f

Please sign in to comment.