Skip to content

Commit

Permalink
docs(updating): Remove duplicate gradle sentence (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSimonides authored Apr 29, 2020
1 parent 9b1593d commit 347029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs-md/android/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Recommended changes:

You can also manually update the Gradle plugin and Gradle.

To manually update Gradle plugin, edit `android/build.gradle` file. Change `classpath 'com.android.tools.build:gradle:3.3.2'` to `classpath 'com.android.tools.build:gradle:3.6.1'`. Change `gradle-4.10.1-all.zip` to `gradle-5.6.4-all.zip`.
To manually update Gradle plugin, edit `android/build.gradle` file. Change `classpath 'com.android.tools.build:gradle:3.3.2'` to `classpath 'com.android.tools.build:gradle:3.6.1'`.

To manually update Gradle, edit `android/gradle/wrapper/gradle-wrapper.properties`. Change `gradle-4.10.1-all.zip` to `gradle-5.6.4-all.zip`.

Expand Down

0 comments on commit 347029c

Please sign in to comment.