From dcc5f51e6a9b3049e773698d04ac1e3d0b0ff929 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Mon, 18 Aug 2025 11:31:37 +0800 Subject: [PATCH] tweak Signed-off-by: bggRGjQaUbCoE --- android/app/build.gradle.kts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index a4bc55f2b..18e5aed95 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -30,11 +30,7 @@ android { versionName = flutter.versionName } - packagingOptions { - jniLibs { - useLegacyPackaging = true - } - } + packagingOptions.jniLibs.useLegacyPackaging = true val keyProperties = Properties().also { val properties = rootProject.file("key.properties")