From 466e7bd27d467ced7f3244a13e03a85957ec8202 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 11 Feb 2023 05:39:40 -0500 Subject: [PATCH] update Gradle version in example --- static/build.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/build.html b/static/build.html index 7fdc24c1..47af064d 100644 --- a/static/build.html +++ b/static/build.html @@ -1058,10 +1058,10 @@ mv android-studio studio

Obtain the latest Gradle version and binary-only zip checksum from the Gradle releases page.

-

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:

+

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:

-
./gradlew wrapper --gradle-version=7.3 --gradle-distribution-sha256-sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410
-./gradlew wrapper --gradle-version=7.3 --gradle-distribution-sha256-sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410
+
./gradlew wrapper --gradle-version=7.6 --gradle-distribution-sha256-sum=7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b
+./gradlew wrapper --gradle-version=7.6 --gradle-distribution-sha256-sum=7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b