- Android PWA/WASM launcher with glassmorphism UI - Loads https://admin.dark.side directly on launch - Complete GitLab CI/CD pipeline configuration - Automated builds for Debug, Release, and AAB - Full WASM support with optimized WebView - Material Design 3 theme - Comprehensive documentation Features: - Auto-load target URL on app launch - Glassmorphism components (frosted glass effects) - Full PWA/WASM support - Room database for future extensions - Jetpack Compose UI - CI/CD with artifact storage Built for SilverLABS
7 lines
383 B
Kotlin
7 lines
383 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id("com.android.application") version "8.7.3" apply false
|
|
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
|
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
|
|
id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false
|
|
} |