Skip to content

Commit

Permalink
Prepare for release of 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Nov 19, 2016
1 parent 22ec71e commit edcd765
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 3.4.0
- Support build dirs with custom names
- Support com.android.test modules

#### 3.3.1
- Fixed retrolambda classpath when running and android test with multiple flavors.

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = me.tatarka
version = 3.3.1
version = 3.4.0
androidPluginVersion = 2.2.2

0 comments on commit edcd765

Please sign in to comment.