Geek7 commited on
Commit
508e1c6
·
verified ·
1 Parent(s): 445cb4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ CORS(app) # Enable CORS for all routes
29
  LATEST_VERSION = "35.0.0"
30
 
31
  # ✅ Store the latest APK download link
32
- APK_DOWNLOAD_URL = "https://www.google.com"
33
 
34
 
35
 
 
29
  LATEST_VERSION = "35.0.0"
30
 
31
  # ✅ Store the latest APK download link
32
+ APK_DOWNLOAD_URL = "https://fastupload.io/df76f82413b02669"
33
 
34
 
35