-
Notifications
You must be signed in to change notification settings - Fork 1k
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 8.0.2 and gradle plugin to 8.0.0 #6497
Conversation
We'll have to make sure to update the migrate script if and when we go with this. |
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.
you also need to update the wrapper files by running ./gradlew wrapper --distribution-type all --gradle-version 8.0.2 --warning-mode all
, but in the android-template it can by tricky since it's missing files
We'll also need to either update the migrate script here or in another PR. |
Yeah, this pr is only for the template, we need another one updating capacitor android and another updating the migrate command, and the plugins too |
Not to be that guy asking for homework, but should we add subtasks or a bunch of tickets for this stuff? |
Dev build for this PR is tagged as:
@capacitor/{core,cli,android,ios}@5.0.0-dev-20230412T155745.0
@capacitor/{core,cli,android,ios}@5.0.0-dev-20230414T153043.0
@capacitor/{core,cli,android,ios}@5.0.0-dev-20230414T155819.0