Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Apr 5, 2015
1 parent 10f0339 commit 0019461
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Usage
apply plugin: 'com.android.application' //or apply plugin: 'java'
apply plugin: 'me.tatarka.retrolambda'
```
alternativly, you can use the new plugin syntax for gradle `2.1+`
```groovy'
plugins {
id "me.tatarka.retrolambda" version "3.0.1"
}
```

3. There is no step three!

The plugin will compile the source code with java8 and then replace the class
Expand Down

0 comments on commit 0019461

Please sign in to comment.