Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ CORS(app) # Enable CORS for all routes
|
|
26 |
|
27 |
|
28 |
# ✅ Define the latest app version
|
29 |
-
LATEST_VERSION = "35"
|
30 |
|
31 |
# ✅ Store the latest APK download link
|
32 |
APK_DOWNLOAD_URL = "https://your-website.com/latest.apk"
|
|
|
26 |
|
27 |
|
28 |
# ✅ Define the latest app version
|
29 |
+
LATEST_VERSION = "35.0.0"
|
30 |
|
31 |
# ✅ Store the latest APK download link
|
32 |
APK_DOWNLOAD_URL = "https://your-website.com/latest.apk"
|