Skip to content

Commit ef91bab

Browse files
authored
Merge pull request #14 from gradle/lptr/support-android-3.1.0-alpha03
Support Android plugin 3.1.0-alpha02 and 03
2 parents 14e461f + fd14fce commit ef91bab

File tree

2 files changed

+186
-307
lines changed

2 files changed

+186
-307
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ version = "0.1.10"
2323
// Maps supported Android plugin versions to the versions of Gradle that should support it
2424
def supportedVersions = [
2525
"3.0.0": ["4.1", "4.2", "4.2.1", "4.3", "4.3.1"],
26-
"3.1.0-alpha01": ["4.3.1"]
26+
"3.1.0-alpha01": ["4.3.1"],
27+
"3.1.0-alpha02": ["4.3.1"],
28+
"3.1.0-alpha03": ["4.3.1"],
2729
]
2830

2931
repositories {

0 commit comments

Comments
 (0)