From f713bb9154a71ba1f6ebf56d7d0409ab5f33986d Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 11 May 2025 12:24:58 -0700 Subject: [PATCH] Update namespace --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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