From 14d1c0ad666979193d56ffdebf1397ff5e7b62a2 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 8 Feb 2024 21:17:14 +0100 Subject: [PATCH] Added a commit as a todo. --- TODO.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO.md b/TODO.md index d811a13f7..fdbe44463 100644 --- a/TODO.md +++ b/TODO.md @@ -261,3 +261,14 @@ This PR mainly is to aid in faster development as outlined in godotengine/godot- https://github.com/godotengine/godot/pull/52566 +## [3.x] Update Android dependencies for the project + +Updates Java version from 11 to 17. Will need more testing, also likely an udpate to my build containers.\ +Do after the next release. + +https://github.com/godotengine/godot/commit/d1b6b6f725af4fadb8108c3769d3e7a36f6f8e5a +https://github.com/godotengine/godot/pull/87588 + +## Cleanup TODOs + +Cleanup this file, lots of things are already done.