FixedHeaderTableLayout
FixedHeaderTableLayout copied to clipboard
Update gradle version
- Update Android gradle plugin to 7.4.2
- Update gradle to 7.5
Is there any reason to change the gradle versions?
New versions of Android Studio require a recent version of Gradle to build the project.
I'm using Android Studio Giraffe | 2022.3.1 Build #AI-223.8836.35.2231.10406996, built on June 29, 2023 Runtime version: 17.0.6+0-b2043.56-10027231 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
That does not require or even suggest that gradle needs updating
Everything works correctly without upgrading gradle for me.
On Giraffe Stable, I've got this message as soon as I open the project.
Maybe is related to the fact I'm using Java 17.
I'm also using a JDK 17.0.6 for Gradle
I'll have a look at doing the update, but I'm most concerned about the breaking the Maven publishing scripts with the Gradle update.