From 2bdf5a45075a6e5be09ad9ab5ea258ce446bb94e Mon Sep 17 00:00:00 2001 From: gem Date: Wed, 10 Dec 2025 20:12:42 +0800 Subject: [PATCH] no message --- example/android/app/build.gradle | 4 ++++ example/android/app/src/main/AndroidManifest.xml | 2 +- .../io/openim/flutter_openim_sdk_example/MainActivity.java | 6 ------ 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 example/android/app/src/main/java/io/openim/flutter_openim_sdk_example/MainActivity.java diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 29ed82f..14c2674 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -45,6 +45,10 @@ android { } buildTypes { + debug { + minifyEnabled false + shrinkResources false + } release { // TODO: Add your own signing config for the release build. // Signing with the debug keys for now, so `flutter run --release` works. diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 8df2d15..a086c42 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@