fix: update wrapper version code

This commit is contained in:
Connor Tumbleson 2019-06-01 10:55:45 -04:00
parent 26e2dd6f30
commit 2d84a8596a
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -133,6 +133,6 @@ subprojects {
}
wrapper {
gradleVersion = '4.10'
gradleVersion = '5.4.1'
distributionType = Wrapper.DistributionType.ALL
}