Skip to content

Commit

Permalink
Merge pull request #43 from izumin5210/v0.6.0
Browse files Browse the repository at this point in the history
v0.6.0(droidux) / v0.3.0(droidux-thunk)
  • Loading branch information
Masayuki IZUMI committed Jan 22, 2016
2 parents 30285e2 + 1c86427 commit 94ad12d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ apply plugin: 'com.neenbedankt.android-apt'
dependencies {
compile 'io.reactivex:rxjava:1.1.0'
compile 'info.izumin.android:droidux:0.5.0'
apt 'info.izumin.android:droidux-processor:0.5.0'
compile 'info.izumin.android:droidux:0.6.0'
apt 'info.izumin.android:droidux-processor:0.6.0'
}
```

Expand All @@ -54,7 +54,7 @@ And also you need to setup [Data Binding][databinding].
When you use `AsyncAction`, you need to add [droidux-thunk](https://github.com/izumin5210/Droidux/tree/master/middlewares/droidux-thunk).

```groovy
compile 'info.izumin.android:droidux-thunk:0.2.0'
compile 'info.izumin.android:droidux-thunk:0.3.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task clean(type: Delete) {

ext {
def versionMajor = 0
def versionMinor = 5
def versionMinor = 6
def versionPatch = 0
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"

Expand Down
2 changes: 1 addition & 1 deletion middlewares/droidux-thunk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish {
userOrg = project_bintray_org
groupId = project_group
artifactId = 'droidux-thunk'
version = '0.2.0'
version = '0.3.0'
description = 'Thunk middleware for Droidux.'
website = project_url
}

0 comments on commit 94ad12d

Please sign in to comment.