Skip to content

Commit 77fb146

Browse files
authored
Merge pull request #93 from gradle/no/support-4.0.0
Add support for stable AGP 4.0.0
2 parents ac3f515 + c6e7232 commit 77fb146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

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

2323
// Maps supported Android plugin versions to the versions of Gradle that support it
2424
def supportedVersions = [
25-
"4.0.0-rc01": ["6.1.1", "6.3", "6.4"],
26-
"3.6.3": ["5.6.4", "6.3", "6.4"],
25+
"4.0.0": ["6.1.1", "6.3", "6.4.1"],
26+
"3.6.3": ["5.6.4", "6.3", "6.4.1"],
2727
"3.6.2": ["5.6.4"],
2828
"3.6.1": ["5.6.4"],
2929
"3.6.0": ["5.6.4"],
30-
"3.5.3": ["5.4.1", "5.6.4", "6.3", "6.4"],
30+
"3.5.3": ["5.4.1", "5.6.4", "6.3", "6.4.1"],
3131
"3.5.2": ["5.4.1"],
3232
"3.5.1": ["5.4.1"],
3333
"3.5.0": ["5.4.1"]

0 commit comments

Comments
 (0)