File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11group = me.tatarka
2- version = 3.3.1
2+ version = 3.4.0
33androidPluginVersion = 2.2.2
You can’t perform that action at this time.
0 commit comments