summaryrefslogtreecommitdiff
path: root/android/app/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/build.gradle.kts')
-rwxr-xr-xandroid/app/build.gradle.kts4
1 files changed, 2 insertions, 2 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