Skip to content

Commit 96bdc87

Browse files
authored
Update to Gradle 7.0 release
1 parent 9798fe1 commit 96bdc87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ version = ["git", "describe", "--match", "[0-9]*", "--dirty"].execute().text.tri
1616
def isCI = (System.getenv('CI') ?: 'false').toBoolean()
1717

1818
// Maps supported Android plugin versions to the versions of Gradle that support it
19-
def sevenDotZeroNightly = "7.0-rc-2"
2019
def supportedVersions = [
21-
"7.0.0-alpha12": ["6.8.3", sevenDotZeroNightly],
22-
"4.2.0-rc01": ["6.8.3", sevenDotZeroNightly],
20+
"7.0.0-alpha12": ["6.8.3", "7.0"],
21+
"4.2.0-rc01": ["6.8.3", "7.0"],
2322
"4.1.2": ["6.5.1", "6.8.3"],
2423
"4.0.2": ["6.1.1", "6.8.3"],
2524
"3.6.4": ["5.6.4", "6.8.3"],

0 commit comments

Comments
 (0)