From 057dbf3e0547cb9c778da677b39c6a627dadbe91 Mon Sep 17 00:00:00 2001 From: dreautall <109872040+dreautall@users.noreply.github.com> Date: Sat, 20 Apr 2024 04:55:48 +0000 Subject: [PATCH 1/3] hotfix for http installations --- android/app/build.gradle | 4 ---- android/app/src/main/AndroidManifest.xml | 2 +- android/gradle.properties | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 17ded320..fc408224 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -56,9 +56,6 @@ android { targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName - - // Added: https://stackoverflow.com/a/36786721 - multiDexEnabled true } signingConfigs { @@ -95,7 +92,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0" implementation 'com.google.android.material:material:1.8.0' - implementation 'androidx.multidex:multidex:2.0.1' // Added: https://stackoverflow.com/a/36786721 implementation "androidx.lifecycle:lifecycle-viewmodel:2.5.0" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0" coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' // Added: flutter_local_notifications diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index c8027bc2..8287e2b7 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - +