DJI-Mobile-SDK-Tutorials / Android-VideoStreamDecodingSample

This sample project demonstrates how to use FFmpeg for video frame parsing and to use MediaCodec for hardware decoding on DJI Products.
MIT License
170 stars 81 forks source link

Will future Android SDK version be supported? #86

Closed Andreas1331 closed 2 years ago

Andreas1331 commented 2 years ago

In order to be able to build using Gradle I had to downgrade my minimum Android SDK Version to 29 as seen in your project example. I don't see this mentioned anywhere in your documentation. Changing to version 30 will break it, but will future versions be supported?

(EDIT: I realise this is only for the WebRTC project, and I've posted the wrong place)

neilyoung commented 2 years ago

I'm not sure if this statement is correct. I was perfectly able to compile the app using minSdk 24 and targetSdk 30. Gradle is 7.3.3

Andreas1331 commented 2 years ago

You are right. Upgrading Gradle allowed for increasing the SDK Target. Appreciate the help.

neilyoung commented 2 years ago

Thanks for confirmation