Actualizar www/script.js
Some checks failed
Build Android APK / build (push) Has been cancelled
Version Static Assets / version-assets (push) Successful in 4s

This commit is contained in:
2026-01-31 07:41:53 +00:00
parent 67333c114c
commit bf3570b623

View File

@@ -6,7 +6,7 @@ const POOLS_MANIFEST_URL = 'word-pools/manifest.json';
const THEME_STORAGE_KEY = 'impostorGameTheme';
const LANGUAGE_STORAGE_KEY = 'impostorGameLanguage';
const SCREEN_LOCK_STORAGE_KEY = 'impostorGameScreenLock';
const APP_VERSION = 1; // Simple incremental version number
const APP_VERSION = 1; // Simple incremental version number.
const LATEST_VERSION_URL = 'https://git.dariosevilla.es/api/v1/repos/dasemu/web-imposter-game/releases/latest';
const APK_DOWNLOAD_URL = 'https://git.dariosevilla.es/dasemu/web-imposter-game/releases/download/latest/impostor-game.apk';