Open abubkr-hago opened 3 months ago
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...
New Pull Request Checklist
Issue Description
Current AndroidGradlePlugin is 7.1.3.
Closes: #1212.
Approach
Upgrade AGP and gradle-wrapper and modify code syntax accordingly.
TODOs before merging