Skip to content

Commit

Permalink
[doc] add minSdkVersion fix in LTS section
Browse files Browse the repository at this point in the history
  • Loading branch information
Mael Le Goff committed Oct 28, 2022
1 parent 0840626 commit 64023b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@ dependency_overrides:
ffmpeg_kit_flutter_min_gpl: ^5.1.0-LTS
```
On Android, if it gives a `minSdkVersion` error, try adding the following in `/android/app/src/main/AndroidManifest.xml`.

```xml
<manifest xmlns:android=... package=... xmlns:tools="http://schemas.android.com/tools" >
<uses-sdk tools:overrideLibrary="com.arthenica.ffmpegkit.flutter"/>
</manifest>
```

## ✨ Main contributors

<table>
Expand Down

0 comments on commit 64023b6

Please sign in to comment.