Skip to content

Commit

Permalink
bumped version to 3.3.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Nov 19, 2015
1 parent 8b31ac4 commit 83eedab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 3.3.0-beta3
- Supports transform api in android plugin '1.5.0'

#### 3.3.0-beta2
Experimental support for the new transform api
- Requires android plugin `1.4.0-beta4`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ retrolambda, giving you lambda goodness on java 6 or 7. It relies on the
wonderful [retrolambda](https://github.com/orfjackal/retrolambda) by Esko
Luontola.

Note: The minimum android gradle plugin is `1.4.0-beta4`.
Note: The minimum android gradle plugin is `1.5.0`.

Usage
----
Expand All @@ -24,7 +24,7 @@ Usage
}
dependencies {
classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta2'
classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta3'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
allprojects {
group = 'me.tatarka'
version = '3.3.0-SNAPSHOT'
version = '3.3.0-beta3'
ext.androidPluginVersion = '1.5.0'
}
4 changes: 0 additions & 4 deletions sample-android-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

dataBinding {
enabled = true
}
}

dependencies {
Expand Down

0 comments on commit 83eedab

Please sign in to comment.