We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84c537 commit 5a1da96Copy full SHA for 5a1da96
build.gradle
@@ -17,8 +17,8 @@ def isCI = (System.getenv('CI') ?: 'false').toBoolean()
17
18
// Maps supported Android plugin versions to the versions of Gradle that support it
19
def supportedVersions = [
20
- "7.1.0-alpha11": ["7.3"],
21
- "7.0.2": ["7.3"],
+ "7.1.0-beta03": ["7.3"],
+ "7.0.3": ["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"],
0 commit comments