summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorcookiell546 <186191371+cookiell546@users.noreply.github.com>2024-11-16 22:29:49 +0100
committerDaniel Micay <danielmicay@gmail.com>2024-11-16 16:35:10 -0500
commit9d38f2d8cc8408c5455bf1abe053996c71fcef06 (patch)
treecd5f15776b33893f66eb617a173a4a6c48ed7e9f /static/build.html
parent3d0fc98db715fd4c7b7da60db07329eff73e1378 (diff)
fixup! update Gradle version in build guide
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 0614826b..eaf6a585 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1224,7 +1224,7 @@ mv android-studio studio</pre>
<p>Obtain the latest Gradle version and binary-only zip checksum from
<a href="https://gradle.org/release-checksums/">the Gradle releases page</a>.</p>
- <p>Use the Gradle wrapper script to update Gradle to the latest version. You should run this twice rather than only once to upgrade the Gradle wrapper with the new Gradle version. For example, with Gradle 8.0.2:</p>
+ <p>Use the Gradle wrapper script to update Gradle to the latest version. You should run this twice rather than only once to upgrade the Gradle wrapper with the new Gradle version. For example, with Gradle 8.10.2:</p>
<pre>./gradlew wrapper --gradle-version=8.10.2 --gradle-distribution-sha256-sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
./gradlew wrapper --gradle-version=8.10.2 --gradle-distribution-sha256-sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26</pre>