Skip to content

Commit

Permalink
Update the Gradle wrapper version to 6.9.2 (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed May 16, 2022
1 parent 0e9705e commit c449258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -274,7 +274,7 @@ if (skipPrebuildLibraries != "true" && buildNativeProjects != "true") {
//}

wrapper {
gradleVersion = '6.9.1'
gradleVersion = '6.9.2'
}


Expand Down

0 comments on commit c449258

Please sign in to comment.