18 lines
412 B
Markdown
18 lines
412 B
Markdown
# AGENTS
|
|
|
|
## Overview
|
|
- Android app built with Kotlin + Jetpack Compose.
|
|
|
|
## Build
|
|
Requires Java 17 and Android SDK.
|
|
|
|
```bash
|
|
export JAVA_HOME="/opt/homebrew/Cellar/openjdk@17/17.0.18/libexec/openjdk.jdk/Contents/Home"
|
|
./gradlew assembleDebug
|
|
```
|
|
|
|
## Run
|
|
TODO: Add local run/install instructions (e.g., `installDebug`, emulator/device setup) once confirmed.
|
|
|
|
## Test
|
|
TODO: Add test/lint commands once confirmed.
|