Skip to content

Commit

Permalink
Updated version to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Jul 23, 2017
1 parent 3e7dfb3 commit a239ae2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 3.7.0
_2017-07-23_
- Support android gradle plugin 3.0
- Support android feature modules

#### 3.6.1
_2017-04-22_
- Support Android Gradle Plugin 2.5
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Usage
}
dependencies {
classpath 'me.tatarka:gradle-retrolambda:3.6.1'
classpath 'me.tatarka:gradle-retrolambda:3.7.0'
}
}
Expand All @@ -39,7 +39,7 @@ Usage
alternatively, you can use the new plugin syntax for gradle `2.1+`
```groovy
plugins {
id "me.tatarka.retrolambda" version "3.6.1"
id "me.tatarka.retrolambda" version "3.7.0"
}
```

Expand Down

0 comments on commit a239ae2

Please sign in to comment.