summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorr3g_5z <june@girlboss.ceo>2023-03-10 23:00:14 -0500
committerDaniel Micay <danielmicay@gmail.com>2023-03-10 23:09:28 -0500
commitbbe4d70aee2f14015c9103752cea7d42930d924e (patch)
treef573d819591395e859b6baba19b4036784e2a73b /static/build.html
parenta8f2424a5c1b9a7a589b9c231e9b6cfa15e20811 (diff)
update listed gradle wrapper version
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html
index 39b9396c..d3f47e9b 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1051,10 +1051,10 @@ 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 7.6:</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>
- <pre>./gradlew wrapper --gradle-version=7.6 --gradle-distribution-sha256-sum=7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b
-./gradlew wrapper --gradle-version=7.6 --gradle-distribution-sha256-sum=7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b</pre>
+ <pre>./gradlew wrapper --gradle-version=8.0.2 --gradle-distribution-sha256-sum=ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7
+./gradlew wrapper --gradle-version=8.0.2 --gradle-distribution-sha256-sum=ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7</pre>
</article>
<article id="testing">