You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As identified in #53610, when compiling for Android, the following warning is raised:
WARNING:: The option setting 'android.enableResourceOptimizations=false' is deprecated.
The current default is 'true'.
It will be removed in version 7.0 of the Android Gradle plugin.
This has now been postponed until version 8.0 of the Android Gradle plugin. The warning message with Android Gradle plugin v7.0 is:
WARNING:The option setting 'android.enableResourceOptimizations=false' is deprecated.
The current default is 'true'.
It will be removed in version 8.0 of the Android Gradle plugin.
Steps to reproduce
Compile Godot for Android and run ./gradlew generateGodotTemplates as described in the documentation.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Godot version
master and 3.x
System information
Ubuntu 21.04
Issue description
As identified in #53610, when compiling for Android, the following warning is raised:
This has now been postponed until version 8.0 of the Android Gradle plugin. The warning message with Android Gradle plugin v7.0 is:
Steps to reproduce
Compile Godot for Android and run
./gradlew generateGodotTemplates
as described in the documentation.Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: