From 3b13701cec8f078c607feaf90f3469cf0c27328e Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 14 Feb 2023 16:49:03 +0300 Subject: [PATCH] Android fixes --- android/app/build.gradle | 2 +- android/app/src/main/AndroidManifest.xml | 1 + lib/api/chat/chat_api_client.dart | 1 + pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fa085a0..bc12304 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -52,7 +52,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "hmg.cloudSolutions.mohem" - minSdkVersion 21 + minSdkVersion 25 targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 5b3b2ba..3f5e424 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -21,6 +21,7 @@ android:allowBackup="false" android:icon="@mipmap/ic_launcher" android:label="Mohemm" + android:extractNativeLibs="true" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round"> =2.16.0 <3.0.0"