summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-26 00:53:42 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-26 00:53:42 -0400
commit786f0aad1417b45c5f5c16eb2552f168a70e6e14 (patch)
tree35a468c19399ffb07ee2cc02e6bd72c49d632e6c /static
parenta6eb66be4e00f9363e6b8aae03e3b57e17b78c2c (diff)
update Gradle version in build guide
Diffstat (limited to 'static')
-rw-r--r--static/build.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html
index 6af3de37..773b87ff 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1226,8 +1226,8 @@ mv android-studio studio</pre>
<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=8.0.2 --gradle-distribution-sha256-sum=ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7
-./gradlew wrapper --gradle-version=8.0.2 --gradle-distribution-sha256-sum=ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7</pre>
+ <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>
</article>
<article id="testing">