Skip to content

Commit

Permalink
Prepare version 1.3.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska committed Nov 14, 2022
1 parent 84a5a57 commit 0864dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Don't forget to use `InstantTaskExecutorRule` from `androidx.arch.core:core-test

##### Kotlin users:
```groovy
testImplementation 'com.jraska.livedata:testing-ktx:1.2.0'
testImplementation 'com.jraska.livedata:testing-ktx:1.3.0'
```

##### Java users:
```groovy
testImplementation 'com.jraska.livedata:testing:1.2.0'
testImplementation 'com.jraska.livedata:testing:1.3.0'
```

## [Philosophy](https://medium.com/@josef.raska/effective-livedata-and-viewmodel-testing-17f25069fcd4)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task clean(type: Delete) {
}

ext {
version = '1.2.0'
version = '1.3.0'
versionCode = 14
}

Expand Down

0 comments on commit 0864dae

Please sign in to comment.