From 3a9d634edf77b3c83ccb4b6adbffae9a64340826 Mon Sep 17 00:00:00 2001 From: nyne Date: Sun, 14 Sep 2025 10:21:14 +0800 Subject: [PATCH] Update android build script. --- android/app/build.gradle | 6 ++++++ android/app/src/main/AndroidManifest.xml | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 67a1874..f6742d8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -34,6 +34,12 @@ android { compileSdk = flutter.compileSdkVersion ndkVersion "28.0.13004108" + packaging { + jniLibs { + useLegacyPackaging true + } + } + splits{ abi { reset() diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2789298..31ab6d7 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -58,8 +58,6 @@ - -