FixedHeaderTableLayout icon indicating copy to clipboard operation
FixedHeaderTableLayout copied to clipboard

Update gradle version

Open paolorotolo opened this issue 1 year ago • 5 comments

  • Update Android gradle plugin to 7.4.2
  • Update gradle to 7.5

paolorotolo avatar Jul 10 '23 15:07 paolorotolo

Is there any reason to change the gradle versions?

Zardozz avatar Aug 04 '23 18:08 Zardozz

New versions of Android Studio require a recent version of Gradle to build the project.

paolorotolo avatar Aug 04 '23 22:08 paolorotolo

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.

Zardozz avatar Aug 04 '23 23:08 Zardozz

On Giraffe Stable, I've got this message as soon as I open the project.

Screenshot 2023-08-05 at 17 15 45

Maybe is related to the fact I'm using Java 17.

paolorotolo avatar Aug 05 '23 15:08 paolorotolo

I'm also using a JDK 17.0.6 for Gradle

image

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.

Zardozz avatar Aug 05 '23 15:08 Zardozz