Skip to content

Commit

Permalink
Version 0.6.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Dec 12, 2018
1 parent ef00e44 commit 325394f
Show file tree
Hide file tree
Showing 2 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 @@ -47,11 +47,11 @@ Don't forget to use `InstantTaskExecutorRule` from `androidx.arch.core:core-test

Grab via Gradle:
```groovy
testImplementation 'com.jraska.livedata:testing:0.5.0'
testImplementation 'com.jraska.livedata:testing-ktx:0.5.0' // If you are Kotlin positive
testImplementation 'com.jraska.livedata:testing:0.6.0'
testImplementation 'com.jraska.livedata:testing-ktx:0.6.0' // If you are Kotlin positive
```

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


## Philosophy
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ task clean(type: Delete) {
}

ext {
version = '0.5.0'
versionCode = 8
version = '0.6.0'
versionCode = 9
}

0 comments on commit 325394f

Please sign in to comment.