From 1e8a1e0346869a7b71f86167d56a9440f85a92b3 Mon Sep 17 00:00:00 2001 From: "Nelson R. Perez" Date: Thu, 12 Sep 2019 19:30:40 -0500 Subject: [PATCH] Updated dependencies --- graphenej/build.gradle | 14 +++++++------- sample/build.gradle | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/graphenej/build.gradle b/graphenej/build.gradle index c5cded5..3f41c13 100644 --- a/graphenej/build.gradle +++ b/graphenej/build.gradle @@ -32,16 +32,16 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.12' implementation 'com.neovisionaries:nv-websocket-client:1.30' implementation 'org.bitcoinj:bitcoinj-core:0.14.3' - implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.0' - implementation group: "org.tukaani", name: "xz", version: "1.6" + implementation 'com.google.code.gson:gson:2.8.5' + implementation 'org.tukaani:xz:1.6' - androidTestImplementation 'com.android.support:support-annotations:27.1.1' + androidTestImplementation 'com.android.support:support-annotations:28.0.0' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test:rules:1.0.2' // Rx dependencies - api 'io.reactivex.rxjava2:rxandroid:2.0.2' - api 'io.reactivex.rxjava2:rxjava:2.1.16' - api 'com.jakewharton.rxrelay2:rxrelay:2.0.0' - api 'com.squareup.okhttp3:okhttp:3.5.0' + api 'io.reactivex.rxjava2:rxandroid:2.1.0' + api 'io.reactivex.rxjava2:rxjava:2.2.2' + api 'com.jakewharton.rxrelay2:rxrelay:2.1.0' + api 'com.squareup.okhttp3:okhttp:3.12.2' } \ No newline at end of file diff --git a/sample/build.gradle b/sample/build.gradle index 1ca3102..8124945 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -34,15 +34,15 @@ dependencies { implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support:recyclerview-v7:27.1.1' implementation 'com.android.support:design:27.1.1' - implementation 'com.android.support.constraint:constraint-layout:1.1.2' + implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.jakewharton.rxbinding2:rxbinding:2.1.1' implementation 'com.jakewharton:butterknife:8.8.1' - implementation 'com.google.code.gson:gson:2.8.4' + implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.google.guava:guava:25.0-jre' annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' testImplementation 'junit:junit:4.12' androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', { exclude group: 'com.android.support', module: 'support-annotations' }) - implementation 'com.android.support:multidex:1.0.1' + implementation 'com.android.support:multidex:1.0.3' }