Skip to content

Commit

Permalink
Update gradle to 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger authored and mergify[bot] committed May 26, 2020
1 parent c1dd7da commit 969ef59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -258,5 +258,5 @@ idea {
}

wrapper {
gradleVersion = '6.4'
gradleVersion = '6.4.1'
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 969ef59

Please sign in to comment.