Skip to content

Commit ce77ded

Browse files
authored
Merge pull request #175 from gradle/jhurne/bump-gradle-7.1
Bump to Gradle 7.1.1
2 parents bd33d94 + fcdda72 commit ce77ded

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def isCI = (System.getenv('CI') ?: 'false').toBoolean()
1717

1818
// Maps supported Android plugin versions to the versions of Gradle that support it
1919
def supportedVersions = [
20-
"7.0.0-beta01": ["7.1"],
21-
"4.2.1": ["6.8.3", "7.1"],
20+
"7.0.0-beta01": ["7.1.1"],
21+
"4.2.1": ["6.8.3", "7.1.1"],
2222
"4.1.3": ["6.5.1", "6.8.3"],
2323
"4.0.2": ["6.1.1", "6.8.3"],
2424
"3.6.4": ["5.6.4", "6.8.3"],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)