We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f81070 commit 9afb1dcCopy full SHA for 9afb1dc
2 files changed
build.gradle
@@ -6,7 +6,7 @@ subprojects {
6
jcenter()
7
}
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:3.1.3'
+ classpath 'com.android.tools.build:gradle:3.1.4'
10
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
11
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
12
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5'
rxandroid/build.gradle
@@ -36,7 +36,7 @@ android {
36
37
38
39
- api 'io.reactivex.rxjava2:rxjava:2.1.16'
+ api 'io.reactivex.rxjava2:rxjava:2.2.0'
40
41
testImplementation 'junit:junit:4.12'
42
testImplementation 'org.robolectric:robolectric:3.8'
0 commit comments