mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Revert to gradle 6.5
Until F-Droid updates its build server
This commit is contained in:
@@ -21,6 +21,6 @@ task clean(type: Delete) {
|
||||
}
|
||||
|
||||
wrapper {
|
||||
gradleVersion = "6.5.1"
|
||||
gradleVersion = "6.5"
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
}
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user