Skip to content

Commit

Permalink
set android gradle plugin dependency to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Dec 14, 2014
1 parent 36d3be5 commit b911c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ retrolambda, giving you lambda goodness on java 6 or 7. It relies on the
wonderful [retrolambda](https://github.com/orfjackal/retrolambda) by Esko
Luontola.

Note: The minimum android gradle plugin is `0.8+`.
Note: The minimum android gradle plugin is `1.0.0`.

Usage
----
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = '2.5.0'
dependencies {
compile gradleApi()
compile localGroovy()
compile 'com.android.tools.build:gradle:0.8+'
compile 'com.android.tools.build:gradle:1.0.0'
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down

0 comments on commit b911c7e

Please sign in to comment.