From 4cfd93caf2b22afa1e918732ad018e80a0164de3 Mon Sep 17 00:00:00 2001 From: itanasi <44038014+itanasi@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:12:32 -0700 Subject: [PATCH] Update with latest Grade build versions (#12364) --- docs/Developers/Building-Locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developers/Building-Locally.md b/docs/Developers/Building-Locally.md index a790b908f3..0af48f1009 100644 --- a/docs/Developers/Building-Locally.md +++ b/docs/Developers/Building-Locally.md @@ -45,7 +45,7 @@ By the end of this guide, you will have Unciv running locally from code, so you Unciv uses Gradle to specify dependencies and how to run. In the background, the Gradle gnomes will be off fetching the packages (a one-time effort) and, once that's done, will build the project! -Unciv uses Gradle 8.2 and the Android Gradle Plugin 8.2.2. Can check in File > Project Structure > Project +Unciv uses Gradle 8.7 and the Android Gradle Plugin 8.5. Can check in File > Project Structure > Project > Note: advanced build commands (as described in the next paragraph), specifically `gradlew desktop:dist` to build a jar, run just fine in Android Studio's terminal (Alt+F12), with most dependencies already taken care of.