-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support latests versions of Gradle in Alpha Version 5.11.0-a1 #430
Comments
Agent comment from yating.liao in Zendesk ticket #119289: °°° |
Agent comment from yating.liao in Zendesk ticket #119289: °°° |
Hello, any updates? |
Agent comment from yating.liao in Zendesk ticket #119289: °°° |
Using old version of gradle causes incompatibilities in newest versions of some basic dependencies: for example I can't use version 1.7.0 of androidx.appcompat:appcompat' I have to use 1.6.1, same with viewpager2 or 'com.google.firebase:firebase-crashlytics-gradle' classpath. Also I can't use Java 21 because this error ocurrs: "Unsupported class file major version 65" I can only use Java up to version 19. I also get these warnings like this when compiling: com.android.tools.r8.kotlin.H |
Any updates? it would be a good improve to keep updated to the latest gradle version possible being the 5.11.0 tue first official version which will support API 34, and current DJI SDK gradle version was compiled using API 33. |
Agent comment from yating.liao in Zendesk ticket #119289: We have submitted a request for the updated version, and the team needs to evaluate it. °°° |
When using lasts versions of gradle/AGP like 8.5.2, there are some features that doesn't work, like #428 .
Working good when using the sample AGP/Gradle, but not working in latests versions. Also, a lot of non DJI dependencies depend on gradle version, with an old version of gradle, some of the dependencies can't be used on its last version, and this is a problem because DJI SDK makes that the whole app is depending on the old version of AGP/Gradle (7.4.2)
The text was updated successfully, but these errors were encountered: