Skip to content

Commit edcd765

Browse files
committed
Prepare for release of 3.4.0
1 parent 22ec71e commit edcd765

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 3.4.0
2+
- Support build dirs with custom names
3+
- Support com.android.test modules
4+
15
#### 3.3.1
26
- Fixed retrolambda classpath when running and android test with multiple flavors.
37

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.3.1'
27+
classpath 'me.tatarka:gradle-retrolambda:3.4.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.3.1"
42+
id "me.tatarka.retrolambda" version "3.4.0"
4343
}
4444
```
4545

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group = me.tatarka
2-
version = 3.3.1
2+
version = 3.4.0
33
androidPluginVersion = 2.2.2

0 commit comments

Comments
 (0)