Update android build script.

This commit is contained in:
2025-09-14 10:21:14 +08:00
parent 50c6bec4cd
commit 3a9d634edf
2 changed files with 6 additions and 2 deletions

View File

@@ -34,6 +34,12 @@ android {
compileSdk = flutter.compileSdkVersion
ndkVersion "28.0.13004108"
packaging {
jniLibs {
useLegacyPackaging true
}
}
splits{
abi {
reset()