-
-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Level 24 is too large #143
Comments
Just use the lts version of ffmpeg (set it in android/build.gradle) ext.flutterFFmpegPackage = 'full-lts' This only needs api level 16. All of this is mentioned in the readme. |
There is a breaking change in version I'm closing this issue, feel free to reopen if you face any issues with the latest version. |
Beware however that |
@shilangyu Yes, I'm aware of that. If you check the Readme, I have added a Troubleshooting guide for that. |
How can I reduce android API level(24) of these package, It can affect my other dependencies
The text was updated successfully, but these errors were encountered: