Merge commit 'd61dabd5e7622120bd044f46ea8dcaf61a13a66f' into fluffychat-merge-2

This commit is contained in:
ggurdin 2026-02-06 09:38:37 -05:00
commit 3c49f90886
No known key found for this signature in database
GPG key ID: A01CB41737CBB478
2 changed files with 4 additions and 1 deletions

View file

@ -1,2 +1,2 @@
FLUTTER_VERSION=3.38.4
FLUTTER_VERSION=3.38.7
JAVA_VERSION=17

View file

@ -75,6 +75,9 @@ android {
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName
ndk { // Workaround for https://github.com/flutter/flutter/issues/162153#issuecomment-2612443642
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86_64", "x86")
}
}
buildTypes {