Files
harley 4d168a44bb Initial commit: Hermes Android native app
Fullscreen WebView wrapper with foreground keepalive service,
configurable server URL, and JavaScript bridge for native features.
2026-07-07 20:30:33 -04:00

6 lines
215 B
Kotlin

plugins {
id("com.android.application") version "8.9.0" 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
}