chore: rename package from music-remote to encore.

This commit is contained in:
2026-07-30 00:47:30 -04:00
parent 7d4dd0ff00
commit d8977deaf3
48 changed files with 347 additions and 164 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# Music Remote
# Encore
A minimal, modern Android app: **Kotlin** + **Jetpack Compose** (Material 3), built and
tested with **Nix**.
@@ -20,7 +20,7 @@ app/
build.gradle.kts The :app module (Android + Compose config)
src/main/
AndroidManifest.xml App/activity declaration
kotlin/ca/ksamad/musicremote/
kotlin/ca/ksamad/encore/
MainActivity.kt Entry activity; sets the Compose content
Theme.kt Material 3 theme (dynamic color)
res/values/ strings.xml, themes.xml
@@ -66,7 +66,7 @@ nix run .#emulate
## Reproducible Build with Nix
```sh
nix build # -> ./result/music-remote.apk
nix build # -> ./result/encore.apk
```
Unlike `gradle assembleDebug`, this build runs **fully offline**: every Gradle/Maven