chore: rename package from music-remote to encore.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user