Skip to content

Commit 5a1da96

Browse files
committed
Update to support 7.1.0-beta03 and 7.0.3
1 parent f84c537 commit 5a1da96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.1.0-alpha11": ["7.3"],
21-
"7.0.2": ["7.3"],
20+
"7.1.0-beta03": ["7.3"],
21+
"7.0.3": ["7.3"],
2222
"4.2.2": ["6.9.1", "7.3"],
2323
"4.1.3": ["6.5.1", "6.9.1"],
2424
"4.0.2": ["6.1.1", "6.9.1"],

0 commit comments

Comments
 (0)