fix: whatever happens with android native libraries since flutter 3.16
This commit is contained in:
parent
f4d3e6f928
commit
56426eb4f0
1 changed files with 7 additions and 0 deletions
|
|
@ -72,6 +72,13 @@ android {
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// https://stackoverflow.com/a/77494454/8222484
|
||||||
|
packagingOptions {
|
||||||
|
pickFirst 'lib/x86/libc++_shared.so'
|
||||||
|
pickFirst 'lib/x86_64/libc++_shared.so'
|
||||||
|
pickFirst 'lib/armeabi-v7a/libc++_shared.so'
|
||||||
|
pickFirst 'lib/arm64-v8a/libc++_shared.so'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
flutter {
|
flutter {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue