Skip to content

Commit

Permalink
Bump to 1.3.0 and add info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Mar 3, 2014
1 parent 0583c4c commit 88782aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Usage
}
dependencies {
classpath 'me.tatarka:gradle-retrolambda:1.2.0'
classpath 'me.tatarka:gradle-retrolambda:1.3.0'
}
}
Expand Down Expand Up @@ -113,3 +113,6 @@ Updates

### 1.2.0
- Support android-library projects

### 1.3.0
- Support android instrument tests
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

group = 'me.tatarka'
version = '1.2.0'
version = '1.3.0'

dependencies {
compile gradleApi()
Expand Down

0 comments on commit 88782aa

Please sign in to comment.