Skip to content

Commit

Permalink
Merge pull request #33 from gradle/lptr/upgrade-gradle-4.5-rc-2-and-a…
Browse files Browse the repository at this point in the history
…ndroid-3.1.0-alpha09

Upgrade to Gradle 4.5-rc-2 and Android 3.1.0-alpha09
  • Loading branch information
lptr authored Jan 22, 2018
2 parents f28b903 + 12a283e commit 4b03e8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ version = ["git", "describe", "--match", "[0-9]*", "--dirty"].execute().text.tri

// Maps supported Android plugin versions to the versions of Gradle that support it
def supportedVersions = [
"3.1.0-alpha08": ["4.4", "4.4.1", "4.5-rc-1"],
"3.0.0": ["4.1", "4.2", "4.2.1", "4.3", "4.3.1", "4.4", "4.4.1", "4.5-rc-1"],
"3.0.1": ["4.1", "4.2", "4.2.1", "4.3", "4.3.1", "4.4", "4.4.1", "4.5-rc-1"],
"3.1.0-alpha09": ["4.4", "4.4.1", "4.5-rc-2"],
"3.0.0": ["4.1", "4.2", "4.2.1", "4.3", "4.3.1", "4.4", "4.4.1", "4.5-rc-2"],
"3.0.1": ["4.1", "4.2", "4.2.1", "4.3", "4.3.1", "4.4", "4.4.1", "4.5-rc-2"],
]

repositories {
Expand Down
1 change: 1 addition & 0 deletions src/test/groovy/org/gradle/android/WorkaroundTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ class WorkaroundTest extends Specification {
"3.1.0-alpha06" | ["DataBindingDependencyArtifacts"]
"3.1.0-alpha07" | ["DataBindingDependencyArtifacts"]
"3.1.0-alpha08" | ["DataBindingDependencyArtifacts"]
"3.1.0-alpha09" | ["DataBindingDependencyArtifacts"]
}
}

0 comments on commit 4b03e8a

Please sign in to comment.