Closed Ebola16 closed 2 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?
This issue appears to be fixed now
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.