arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.52k stars 603 forks source link

LTS release is being treated as older version of non-LTS #1053

Closed Ebola16 closed 2 weeks ago

Ebola16 commented 1 month ago

I am using implementation("com.arthenica:ffmpeg-kit-min:6.0-2.LTS") but Android Studio warns "A newer version of com. arthenica:ffmpeg-kit-min than 6.0-2.LTS is available: 6.0-2"

My minSdk is 21, so I can't use the non-LTS version. I think the LTS version should not be treated as an older version of non-LTS. I'd also rather not suppress this warning since I would like to be notified when a new LTS release is available.

tanersener commented 3 weeks ago

Correct, we are releasing the LTS version before the Main version. Therefore, IntelliJ/Android Studio thinks the Main version is a new LTS version (Publish date of the Main > Publish date of LTS ). Do you have any suggestions?

Ebola16 commented 2 weeks ago

This issue appears to be fixed now