Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android export gradle version issue #74646

Closed
the-token-studios opened this issue Mar 9, 2023 · 2 comments · Fixed by #75203
Closed

Android export gradle version issue #74646

the-token-studios opened this issue Mar 9, 2023 · 2 comments · Fixed by #75203

Comments

@the-token-studios
Copy link

Godot version

3.5.2 stable

System information

Windows 11

Issue description

I recently tried to migrate one of the projects from 3.5.1 to 3.5.2. I encountered the following error while exporting to android.

image

This happened because of the issue #68497.

In this, Gradle version is moved up to 7.4 and AGP to 7.2.1. It is nice that some of the earlier warnings went away, but this happened.

Now when I changed the gradle version to 7.4.2 taking a note from the issue #62615

The error went away.

It seems there is some incompatibility between AGP 7.2.1 and Gradle 7.4. I suggest moving the Gradle version to 7.4.2, in the next release.

Steps to reproduce

export project for android using custom build (23-32)

Minimal reproduction project

N/A

@akien-mga
Copy link
Member

Indeed while I had upgraded to Gradle 7.4.2 in #62615, the PR #68497 which was merged eventually only moved us to Gradle 7.4. Was there a specific reason for this or was it an oversight @m4gr3d? I don't remember the details on Gradle + AGP version incompatibilities.

@akien-mga akien-mga moved this from Tasks to Blockers / regressions in 3.x release management Mar 9, 2023
@m4gr3d
Copy link
Contributor

m4gr3d commented Mar 9, 2023

Indeed while I had upgraded to Gradle 7.4.2 in #62615, the PR #68497 which was merged eventually only moved us to Gradle 7.4. Was there a specific reason for this or was it an oversight @m4gr3d? I don't remember the details on Gradle + AGP version incompatibilities.

I think it was an oversight; we should be able to bump it to 7.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants