Update: 2026-05-08 23:18:10

This commit is contained in:
Hamza-Ayed
2026-05-08 23:18:10 +03:00
parent 72424bf92c
commit 67cc322f5e
10 changed files with 99 additions and 23 deletions

View File

@@ -66,6 +66,12 @@ android {
)
}
}
packaging {
jniLibs {
useLegacyPackaging = false
}
}
}
flutter {