Files
slocker-launcher/build.gradle.kts
T
ceamac fb4d10467a Add Slocker Launcher app, CLAUDE.md, and Apache 2.0 license
Kiosk boot-starter for slocker-lite: auto-launches on boot, shows a
skippable countdown, then takes over the screen (fullscreen, black,
screen kept on) while running a user-configured command in the
background.
2026-09-14 05:29:53 +00:00

4 lines
167 B
Kotlin

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
}