Skip to content

Commit fd14fce

Browse files
committed
Support Android plugin 3.1.0-alpha02 and 03
There are no fixes yet, only changes in task names
1 parent 14e461f commit fd14fce

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)