Skip to content

Commit 4b03e8a

Browse files
authored
Merge pull request #33 from gradle/lptr/upgrade-gradle-4.5-rc-2-and-android-3.1.0-alpha09
Upgrade to Gradle 4.5-rc-2 and Android 3.1.0-alpha09
2 parents f28b903 + 12a283e commit 4b03e8a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ version = ["git", "describe", "--match", "[0-9]*", "--dirty"].execute().text.tri
2222

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

3030
repositories {

src/test/groovy/org/gradle/android/WorkaroundTest.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ class WorkaroundTest extends Specification {
2222
"3.1.0-alpha06" | ["DataBindingDependencyArtifacts"]
2323
"3.1.0-alpha07" | ["DataBindingDependencyArtifacts"]
2424
"3.1.0-alpha08" | ["DataBindingDependencyArtifacts"]
25+
"3.1.0-alpha09" | ["DataBindingDependencyArtifacts"]
2526
}
2627
}

0 commit comments

Comments
 (0)