We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1eec3b commit 79abdf5Copy full SHA for 79abdf5
sample/build.gradle
@@ -23,11 +23,11 @@ dependencies {
23
implementation fileTree(dir: 'libs', include: ['*.jar'])
24
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
25
implementation "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
26
- implementation "io.reactivex.rxjava2:rxkotlin:2.2.0"
+ implementation "io.reactivex.rxjava2:rxkotlin:2.3.0"
27
28
implementation 'com.android.support:appcompat-v7:28.0.0'
29
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
30
- implementation 'com.jakewharton.rxbinding2:rxbinding-kotlin:2.1.1'
+ implementation 'com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0'
31
implementation project(':rxrecaptcha')
32
33
testImplementation 'junit:junit:4.12'
0 commit comments