From fbaa2fd589f391156db374b82ddd8dc0f6e6901f Mon Sep 17 00:00:00 2001 From: Mica White Date: Sat, 17 Jan 2026 22:10:53 -0500 Subject: com.example to com.botahamec --- android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/app/build.gradle.kts') diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 88b7e8b..49f43c3 100755 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } android { - namespace = "com.example.speedometer" + namespace = "com.botahamec.speedometer" 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 = "com.example.speedometer" + applicationId = "com.botahamec.speedometer" // 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 -- cgit v1.2.3