Skip to content

Commit f84c537

Browse files
authored
Merge pull request #210 from gradle/dd/gradle-7.3
Update for release of Gradle 7.3
2 parents da0badc + 42ee00f commit f84c537

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ 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.1.0-alpha11": ["7.2"],
21-
"7.0.2": ["7.2"],
22-
"4.2.2": ["6.8.3", "7.2"],
23-
"4.1.3": ["6.5.1", "6.8.3"],
24-
"4.0.2": ["6.1.1", "6.8.3"],
25-
"3.6.4": ["5.6.4", "6.8.3"],
26-
"3.5.4": ["5.4.1", "5.6.4", "6.8.3"]
20+
"7.1.0-alpha11": ["7.3"],
21+
"7.0.2": ["7.3"],
22+
"4.2.2": ["6.9.1", "7.3"],
23+
"4.1.3": ["6.5.1", "6.9.1"],
24+
"4.0.2": ["6.1.1", "6.9.1"],
25+
"3.6.4": ["5.6.4", "6.9.1"],
26+
"3.5.4": ["5.4.1", "5.6.4", "6.9.1"]
2727
]
2828

2929
repositories {
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.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)