Skip to content

Commit a239ae2

Browse files
committed
Updated version to 3.7.0
1 parent 3e7dfb3 commit a239ae2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 3.7.0
2+
_2017-07-23_
3+
- Support android gradle plugin 3.0
4+
- Support android feature modules
5+
16
#### 3.6.1
27
_2017-04-22_
38
- Support Android Gradle Plugin 2.5

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Usage
2424
}
2525
2626
dependencies {
27-
classpath 'me.tatarka:gradle-retrolambda:3.6.1'
27+
classpath 'me.tatarka:gradle-retrolambda:3.7.0'
2828
}
2929
}
3030
@@ -39,7 +39,7 @@ Usage
3939
alternatively, you can use the new plugin syntax for gradle `2.1+`
4040
```groovy
4141
plugins {
42-
id "me.tatarka.retrolambda" version "3.6.1"
42+
id "me.tatarka.retrolambda" version "3.7.0"
4343
}
4444
```
4545

0 commit comments

Comments
 (0)