Skip to content

Commit

Permalink
Merge pull request #32 from gradle/lptr/support-android-3.1.0-alpha08
Browse files Browse the repository at this point in the history
Support Android 3.1.0-alpha08
  • Loading branch information
lptr authored Jan 13, 2018
2 parents 42d84f2 + ca85933 commit 8492a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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-alpha07": ["4.4", "4.4.1", "4.5-rc-1"],
"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"],
]
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 @@ -21,5 +21,6 @@ class WorkaroundTest extends Specification {
"3.1.0-alpha05" | ["AndroidJavaCompile_BootClasspath", "AndroidJavaCompile_AnnotationProcessorSource", "DataBindingDependencyArtifacts"]
"3.1.0-alpha06" | ["DataBindingDependencyArtifacts"]
"3.1.0-alpha07" | ["DataBindingDependencyArtifacts"]
"3.1.0-alpha08" | ["DataBindingDependencyArtifacts"]
}
}

0 comments on commit 8492a99

Please sign in to comment.