Skip to content

Commit

Permalink
Merge pull request #14 from gradle/lptr/support-android-3.1.0-alpha03
Browse files Browse the repository at this point in the history
Support Android plugin 3.1.0-alpha02 and 03
  • Loading branch information
lptr authored Nov 16, 2017
2 parents 14e461f + fd14fce commit ef91bab
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 307 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ version = "0.1.10"
// Maps supported Android plugin versions to the versions of Gradle that should support it
def supportedVersions = [
"3.0.0": ["4.1", "4.2", "4.2.1", "4.3", "4.3.1"],
"3.1.0-alpha01": ["4.3.1"]
"3.1.0-alpha01": ["4.3.1"],
"3.1.0-alpha02": ["4.3.1"],
"3.1.0-alpha03": ["4.3.1"],
]

repositories {
Expand Down
Loading

0 comments on commit ef91bab

Please sign in to comment.