Switch to simple example app
@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.navideck.universalble"
|
||||
namespace "com.navideck.universal_ble_example"
|
||||
compileSdkVersion 36
|
||||
ndkVersion flutter.ndkVersion
|
||||
|
||||
@@ -41,7 +41,7 @@ android {
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.navideck.universalble"
|
||||
applicationId "com.navideck.universal_ble_example"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||
minSdkVersion flutter.minSdkVersion
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" android:maxSdkVersion="30" />
|
||||
|
||||
<application
|
||||
android:label="Universal BLE"
|
||||
android:label="universal_ble_example"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.navideck.universalble
|
||||
package com.navideck.universal_ble_example
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 544 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 442 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 721 B |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 1.4 KiB |