summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-01-17 22:10:53 -0500
committerMica White <botahamec@outlook.com>2026-01-17 22:10:53 -0500
commitfbaa2fd589f391156db374b82ddd8dc0f6e6901f (patch)
treeee6903da0b6e50ad026f62957c962d452468ce3e
parentb91baa8fdfd3b017588bca3356c201529bf82a4f (diff)
com.example to com.botahamec
-rwxr-xr-xandroid/app/build.gradle.kts4
-rwxr-xr-xandroid/app/src/main/kotlin/com/example/speedometer/MainActivity.kt2
2 files changed, 3 insertions, 3 deletions
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
diff --git a/android/app/src/main/kotlin/com/example/speedometer/MainActivity.kt b/android/app/src/main/kotlin/com/example/speedometer/MainActivity.kt
index 440dc41..fe419d8 100755
--- a/android/app/src/main/kotlin/com/example/speedometer/MainActivity.kt
+++ b/android/app/src/main/kotlin/com/example/speedometer/MainActivity.kt
@@ -1,4 +1,4 @@
-package com.example.speedometer
+package com.botahamec.speedometer
import io.flutter.embedding.android.FlutterActivity