summaryrefslogtreecommitdiff
path: root/android/app/src
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 /android/app/src
parentb91baa8fdfd3b017588bca3356c201529bf82a4f (diff)
com.example to com.botahamec
Diffstat (limited to 'android/app/src')
-rwxr-xr-xandroid/app/src/main/kotlin/com/example/speedometer/MainActivity.kt2
1 files changed, 1 insertions, 1 deletions
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