Revert to gradle 6.5

Until F-Droid updates its build server
This commit is contained in:
xynngh 2020-07-18 15:11:29 +04:00
parent f932e391af
commit 86aba12b3c
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@ task clean(type: Delete) {
}
wrapper {
gradleVersion = "6.5.1"
gradleVersion = "6.5"
distributionType = Wrapper.DistributionType.ALL
}

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists