Closed tkocik92 closed 9 months ago
Good point, let me see that ASAP.
I just released mavsdk-java v2.0.0 to the maven repository. The packages should be there in a few hours. Would you mind trying them and letting me know if they work for you?
It is already there: https://central.sonatype.com/artifact/io.mavsdk/mavsdk
I confirmed the updates are available, but implementation 'io.mavsdk:mavsdk:2.0.0'
appears to be missing its classes? import io.mavsdk.System
and all related classes are throwing errors:
You're right, apparently with the newer version of gradle this got dropped in the publish task. I pushed again (io.mavsdk:mavsdk:2.0.1), would you mind trying that?
Everything is working again. Thanks!
Is it possible to update
MAVSDK-Java
to useMavSDK 2.1.0
?