From 0a5e2930c0ee3b8d52529e0bb8804bc9c8b0651a Mon Sep 17 00:00:00 2001 From: YamiDoesDev Date: Mon, 12 Dec 2022 00:58:14 +0100 Subject: [PATCH] updated dependencies --- android/app/build.gradle | 5 ++++- android/app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5fadab9..41f61fa 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -26,6 +26,9 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { + namespace 'com.hfu.cloud.provisioning' + testNamespace 'com.hfu.cloud.provisioning.test' + compileSdkVersion flutter.compileSdkVersion ndkVersion flutter.ndkVersion @@ -44,7 +47,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.flutter_provisioning_for_iot" + applicationId "com.hfu.cloud.provisioning" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion 19 diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 479bf76..0441917 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -9,7 +9,7 @@