-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(android): update gradle to 8.14.3 #14244
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
base: master
Are you sure you want to change the base?
Conversation
Updated the PR.
sadly I can't find where they are :-( But the first one is for gradle 10 so we have more time to fix that one |
…into androidGradle
Turned out the last warning was a Kotlin related warning. Upgrading the Kotlin version fixed it: https://stackoverflow.com/a/79282059/5193915 |
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.
Tested on Windows 11 and works great!
I should mention that I built the SDK from source and it downloaded the new Gradle version.
Changes:
Many changes are just:
old syntax: ndkVersion project.ext.tiNdkVersion
new syntax: ndkVersion = project.ext.tiNdkVersion