parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 735 forks source link

refactor: Bump AGP from 7.1.3 to 8.5.2 #1213

Open abubkr-hago opened 3 months ago

abubkr-hago commented 3 months ago

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

parse-github-assistant[bot] commented 3 months ago

Thanks for opening this pull request!

abubkr-hago commented 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.

mtrezza commented 1 month ago

Could you resolve the conflict, so we can merge this?

Edit: tried to resolve the conflicts, waiting for CI...