Skip to content

Commit a702ea1

Browse files
authored
Update to latest released Gradle version
1 parent 085f3f7 commit a702ea1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ version = ["git", "describe", "--match", "[0-9]*", "--dirty"].execute().text.tri
1313

1414
// Maps supported Android plugin versions to the versions of Gradle that support it
1515
def supportedVersions = [
16-
"4.2.0-beta04": ["6.8.1", "7.0-20210202230337+0000"],
17-
"4.1.2": ["6.5.1", "6.8.1"],
18-
"4.0.2": ["6.1.1", "6.8.1"],
19-
"3.6.4": ["5.6.4", "6.8.1"],
20-
"3.5.4": ["5.4.1", "5.6.4", "6.8.1"]
16+
"4.2.0-beta04": ["6.8.2", "7.0-20210202230337+0000"],
17+
"4.1.2": ["6.5.1", "6.8.2"],
18+
"4.0.2": ["6.1.1", "6.8.2"],
19+
"3.6.4": ["5.6.4", "6.8.2"],
20+
"3.5.4": ["5.4.1", "5.6.4", "6.8.2"]
2121
]
2222

2323
repositories {

0 commit comments

Comments
 (0)