From 881c96f6205a33d3aafa2be5983ca0d8257119ab Mon Sep 17 00:00:00 2001 From: suvaissov Date: Mon, 26 Apr 2021 15:04:46 +0600 Subject: [PATCH] andoird print samsung? but not work china devices --- android/app/build.gradle | 6 ++++++ pubspec.lock | 2 +- pubspec.yaml | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c91f042..6cc7126 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -62,8 +62,14 @@ android { } } buildTypes { + debug { + shrinkResources false + minifyEnabled false + } release { signingConfig signingConfigs.release + shrinkResources false + minifyEnabled false } } } diff --git a/pubspec.lock b/pubspec.lock index 38f9189..f5cbfd4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -182,7 +182,7 @@ packages: source: sdk version: "0.0.0" flutter_bluetooth_basic: - dependency: "direct main" + dependency: transitive description: name: flutter_bluetooth_basic url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index caa67ba..cbfa26c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,7 +35,6 @@ dependencies: flutter_lock_screen: ^1.0.8 local_auth: ^0.6.3+4 esc_pos_bluetooth: ^0.2.8 - flutter_bluetooth_basic: ^0.1.5 esc_pos_utils: ^0.3.6 # no edit for esc_pos_bluetooth: ^0.2.8 charset_converter: ^1.0.3 dev_dependencies: