🔨 Update bundle identifier

This commit is contained in:
2025-12-18 22:26:22 +08:00
parent 91902c81b5
commit 6f95c30e90
7 changed files with 15 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "dev.solsynth.groovybox"
namespace = "dev.solsynth.rhythmBox"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "dev.solsynth.groovybox"
applicationId = "dev.solsynth.rhythmBox"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion

View File

@@ -1,4 +1,4 @@
package dev.solsynth.groovybox
package dev.solsynth.rhythmBox
import com.ryanheise.audioservice.AudioServiceActivity