Skip to content

Commit

Permalink
Version 1.0.0. preparations (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Jan 12, 2019
1 parent 6fd5684 commit 3a4de0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,17 @@ Don't forget to use `InstantTaskExecutorRule` from `androidx.arch.core:core-test
## Download

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

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).
Java users:
```groovy
testImplementation 'com.jraska.livedata:testing:1.0.0'
```

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
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.6.0'
versionCode = 9
version = '1.0.0'
versionCode = 11
}

0 comments on commit 3a4de0e

Please sign in to comment.