update Gradle version in example

This commit is contained in:
Daniel Micay 2023-02-11 05:39:40 -05:00
parent d0be314002
commit 466e7bd27d

View File

@ -1058,10 +1058,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.3:</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>
<pre>./gradlew wrapper --gradle-version=7.3 --gradle-distribution-sha256-sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410
./gradlew wrapper --gradle-version=7.3 --gradle-distribution-sha256-sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410</pre>
<pre>./gradlew wrapper --gradle-version=7.6 --gradle-distribution-sha256-sum=7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b
./gradlew wrapper --gradle-version=7.6 --gradle-distribution-sha256-sum=7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b</pre>
</article>
<article id="testing">