We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b81ed commit 5321801Copy full SHA for 5321801
gradle/libs.versions.toml
@@ -45,7 +45,7 @@ guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
45
android = { module = "com.google.android:android", version = "4.1.1.4" }
46
animalSnifferAnnotations = { module = "org.codehaus.mojo:animal-sniffer-annotations", version = "1.23" }
47
findBugsAnnotations = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
48
-androidxTestRunner = { module = "androidx.test:runner", version = "1.4.0" }
+androidxTestRunner = { module = "androidx.test:runner", version = "1.5.2" }
49
rxjava = { module = "io.reactivex:rxjava", version = "1.3.8" }
50
rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.21" }
51
rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.8" }
0 commit comments