update Gradle version in build guide

This commit is contained in:
Daniel Micay 2024-10-26 00:53:42 -04:00
parent a6eb66be4e
commit 786f0aad14

View File

@ -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">