We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a5a57 commit 0864daeCopy full SHA for 0864dae
README.md
@@ -46,12 +46,12 @@ Don't forget to use `InstantTaskExecutorRule` from `androidx.arch.core:core-test
46
47
##### Kotlin users:
48
```groovy
49
-testImplementation 'com.jraska.livedata:testing-ktx:1.2.0'
+testImplementation 'com.jraska.livedata:testing-ktx:1.3.0'
50
```
51
52
##### Java users:
53
54
-testImplementation 'com.jraska.livedata:testing:1.2.0'
+testImplementation 'com.jraska.livedata:testing:1.3.0'
55
56
57
## [Philosophy](https://medium.com/@josef.raska/effective-livedata-and-viewmodel-testing-17f25069fcd4)
build.gradle
@@ -27,7 +27,7 @@ task clean(type: Delete) {
27
}
28
29
ext {
30
- version = '1.2.0'
+ version = '1.3.0'
31
versionCode = 14
32
33
0 commit comments