Skip to content

Commit 0864dae

Browse files
authored
Prepare version 1.3.0 (#144)
1 parent 84a5a57 commit 0864dae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Don't forget to use `InstantTaskExecutorRule` from `androidx.arch.core:core-test
4646

4747
##### Kotlin users:
4848
```groovy
49-
testImplementation 'com.jraska.livedata:testing-ktx:1.2.0'
49+
testImplementation 'com.jraska.livedata:testing-ktx:1.3.0'
5050
```
5151

5252
##### Java users:
5353
```groovy
54-
testImplementation 'com.jraska.livedata:testing:1.2.0'
54+
testImplementation 'com.jraska.livedata:testing:1.3.0'
5555
```
5656

5757
## [Philosophy](https://medium.com/@josef.raska/effective-livedata-and-viewmodel-testing-17f25069fcd4)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ task clean(type: Delete) {
2727
}
2828

2929
ext {
30-
version = '1.2.0'
30+
version = '1.3.0'
3131
versionCode = 14
3232
}
3333

0 commit comments

Comments
 (0)