update listed gradle wrapper version

This commit is contained in:
r3g_5z 2023-03-10 23:00:14 -05:00 committed by Daniel Micay
parent a8f2424a5c
commit bbe4d70aee

View File

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