Parse-SDK-Android
Parse-SDK-Android copied to clipboard
refactor: Bump AGP from 7.1.3 to 8.5.2
New Pull Request Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am creating this PR in reference to an issue.
Issue Description
Current AndroidGradlePlugin is 7.1.3.
Closes: #1212.
Approach
Upgrade AGP and gradle-wrapper and modify code syntax accordingly.
TODOs before merging
- [x] No tests required.
- [x] No documentation changes required.
Thanks for opening this pull request!
- 🎉 We are excited about your hands-on contribution!
Is upgrading AGP a breaking change, or does that only affect how the SDK itself is built?
It is not a breaking change, it only changes the build tools. Updating these dependencies allows the use of JDK_17 which is faster than JDK_11 and has more features.
Could you resolve the conflict, so we can merge this?
Edit: tried to resolve the conflicts, waiting for CI...
Too bad this was closed, it was quite a huge PR.