Skip to content

Commit

Permalink
updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Sep 16, 2015
1 parent 20ed099 commit f97a9f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 3.3.0-beta1
Experimental support for the new transform api

http://tools.android.com/tech-docs/new-build-system/transform-api

known issues:
- include/exclude are ignored
- does not work in library projects (falls back to the old method)
- prints retrolambda output to stdout instead of log level --info

#### 3.2.2
- Fixed wrongly deleting lambda classes where the related class is a prefix of the one that actually
changed during incremental compilation.
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2'
classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta1'
}
}
Expand Down

0 comments on commit f97a9f0

Please sign in to comment.