-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat(android): update gradle to 7.4.2 #13443
Conversation
Here's an example on how I updated gradle (and things related to it) in the past, if you think it helps. I usually test with hyperloop-examples to make sure it doesn't break hyperloop. I'm pretty sure the newest JDK breaks kotlin too. You might want to upgrade the kotlin plugin as well. :) |
Hyperloop examples still work fine with this setup and I can compile my kotlin mlkit module + the test app. The edit: but I'll test the latest kotlin version. Might not be bad to update that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
resolves #13442
Tests I've did:
Javac 11
javac --version
-> 11.0.15Javac 17
javac --version
-> 17.0.3./gradlew
inbuild/android
folder to check it shows version 7.4.2Note: