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
+2 -2
View File
@@ -5,7 +5,7 @@ plugins {
}
android {
namespace = "ca.ksamad.musicremote"
namespace = "ca.ksamad.encore"
compileSdk = 35
// Pin the build-tools to exactly what Nix supplies. Without this, AGP picks
@@ -14,7 +14,7 @@ android {
buildToolsVersion = "35.0.0"
defaultConfig {
applicationId = "ca.ksamad.musicremote"
applicationId = "ca.ksamad.encore"
minSdk = 24
targetSdk = 35
versionCode = 1