mirror of
https://github.com/tiennm99/loto-android.git
synced 2026-06-09 06:14:10 +00:00
dab4f7e48c
Replace the native Kotlin/Compose port with a Capacitor 8 wrapper around the upstream loto SvelteKit PWA. Loto is consumed as a git submodule and its static build is bundled into the APK at sync time. The wrapper has no INTERNET permission, so fully offline is enforced rather than conventional. - loto/ submodule pinned to dfb1c1e - android/ scaffolded by cap add android; signing wired via env vars - All 184 voice MP3s + service worker bundled in assets/public/ - CI checkouts submodule, runs npm build, then Gradle inside android/ - Native port preserved in git history atfe52232and9a35686
16 lines
498 B
Groovy
16 lines
498 B
Groovy
ext {
|
|
minSdkVersion = 24
|
|
compileSdkVersion = 36
|
|
targetSdkVersion = 36
|
|
androidxActivityVersion = '1.11.0'
|
|
androidxAppCompatVersion = '1.7.1'
|
|
androidxCoordinatorLayoutVersion = '1.3.0'
|
|
androidxCoreVersion = '1.17.0'
|
|
androidxFragmentVersion = '1.8.9'
|
|
coreSplashScreenVersion = '1.2.0'
|
|
androidxWebkitVersion = '1.14.0'
|
|
junitVersion = '4.13.2'
|
|
androidxJunitVersion = '1.3.0'
|
|
androidxEspressoCoreVersion = '3.7.0'
|
|
cordovaAndroidVersion = '14.0.1'
|
|
} |