diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index c5e865a..d1a39d2 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -13,7 +13,7 @@ val backgroundGeolocation = project(":flutter_background_geolocation") apply { from("${backgroundGeolocation.projectDir}/background_geolocation.gradle") } android { - namespace = "com.example.traccar_client" + namespace = "org.traccar.client" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion