Skip to content

Commit

Permalink
Release 1.1.2 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Mar 21, 2020
1 parent ab8d8e5 commit 5e2bbda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,14 @@ Don't forget to use `InstantTaskExecutorRule` from `androidx.arch.core:core-test

##### Kotlin users:
```groovy
testImplementation 'com.jraska.livedata:testing-ktx:1.1.1'
testImplementation 'com.jraska.livedata:testing-ktx:1.1.2'
```

##### Java users:
```groovy
testImplementation 'com.jraska.livedata:testing:1.1.1'
testImplementation 'com.jraska.livedata:testing:1.1.2'
```

If you are not using `androidx` namespace yet, please use version `0.2.1`. Explanation [here](https://android-developers.googleblog.com/2018/05/hello-world-androidx.html).


## Philosophy

This library is created in a belief that to effective and valuable test should be fast to write and model real code usage.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ task clean(type: Delete) {
}

ext {
version = '1.1.1'
version = '1.1.2'
versionCode = 13
}

0 comments on commit 5e2bbda

Please sign in to comment.