updated dependencies

This commit is contained in:
YamiDoesDev 2022-12-12 00:58:14 +01:00
parent 2652be81be
commit 0a5e2930c0
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@
<!-- Needed to communicate with already-paired Bluetooth devices. (Android 12 upwards)-->
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<application
android:label="cloud provisioning"
android:label="Cloud Provisioning"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity