jonataslaw / VideoCompress

Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
MIT License
229 stars 277 forks source link

Update Flutter sdk version to 2.10.x #171

Open azhon opened 2 years ago

azhon commented 2 years ago

https://flutter.cn/docs/release/breaking-changes/kotlin-version

The ext.kotlin_version = '' needs to be above 1.5.31

┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────┐
│ [!] Your project requires a newer version of the Kotlin Gradle plugin.                       │
│ Find the latest version on https://kotlinlang.org/docs/gradle.html#plugin-and-versions, then │
│ update /Users/azhon/office/XYKJ/feng_go_app/android/build.gradle:                            │
│ ext.kotlin_version = '<latest-version>'                                                      │
└──────────────────────────────────────────────────────────────────────────────────────────────┘
git-boya commented 2 years ago

same problem