From 1a20867b37af66fadd141ee5cd3b460b7757813a Mon Sep 17 00:00:00 2001 From: nekocode Date: Sat, 12 Oct 2019 21:31:05 +0800 Subject: [PATCH] Upgrade dependencies --- app/build.gradle.kts | 16 ++++++++-------- backend/build.gradle.kts | 8 ++++---- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8c332dc..4e5b206 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -52,20 +52,20 @@ dependencies { implementation(kotlin("stdlib-jdk8", KotlinCompilerVersion.VERSION)) // Androidx - implementation("androidx.appcompat:appcompat:1.1.0-rc01") - implementation("androidx.core:core-ktx:1.0.2") - implementation("androidx.recyclerview:recyclerview:1.1.0-beta01") + implementation("androidx.appcompat:appcompat:1.1.0") + implementation("androidx.core:core-ktx:1.1.0") + implementation("androidx.recyclerview:recyclerview:1.1.0-beta05") implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta2") - implementation("androidx.lifecycle:lifecycle-extensions:2.0.0") + implementation("androidx.lifecycle:lifecycle-extensions:2.1.0") // Navigation implementation("android.arch.navigation:navigation-fragment-ktx:1.0.0") implementation("android.arch.navigation:navigation-ui-ktx:1.0.0") // ReactiveX - implementation("com.uber.autodispose:autodispose:1.3.0") - implementation("com.uber.autodispose:autodispose-android:1.3.0") - implementation("com.uber.autodispose:autodispose-android-archcomponents:1.3.0") + implementation("com.uber.autodispose:autodispose:1.4.0") + implementation("com.uber.autodispose:autodispose-android:1.4.0") + implementation("com.uber.autodispose:autodispose-android-archcomponents:1.4.0") // Dependency injection implementation("com.google.dagger:dagger:2.24") @@ -78,7 +78,7 @@ dependencies { // For debugging debugImplementation("com.facebook.flipper:flipper:0.23.2") - debugImplementation("com.facebook.soloader:soloader:0.6.1") + debugImplementation("com.facebook.soloader:soloader:0.8.0") releaseImplementation("com.facebook.flipper:flipper-noop:0.23.2") debugImplementation("com.willowtreeapps.hyperion:hyperion-core:0.9.27") debugImplementation("com.willowtreeapps.hyperion:hyperion-attr:0.9.27") diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 6fdbb4b..72a6d8c 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -33,12 +33,12 @@ dependencies { implementation(kotlin("stdlib-jdk8", KotlinCompilerVersion.VERSION)) // Network - api("com.squareup.okhttp3:okhttp:4.0.1") + api("com.squareup.okhttp3:okhttp:4.2.2") api("com.google.code.gson:gson:2.8.5") - api("com.squareup.retrofit2:retrofit:2.6.0") + api("com.squareup.retrofit2:retrofit:2.6.2") implementation("com.squareup.retrofit2:converter-gson:2.5.0") - implementation("com.squareup.retrofit2:adapter-rxjava2:2.6.0") - testImplementation("com.squareup.okhttp3:logging-interceptor:4.0.1") + implementation("com.squareup.retrofit2:adapter-rxjava2:2.6.2") + testImplementation("com.squareup.okhttp3:logging-interceptor:4.2.2") // ReactiveX api("io.reactivex.rxjava2:rxkotlin:2.3.0") diff --git a/build.gradle.kts b/build.gradle.kts index c825881..0ad6bfa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,8 +4,8 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.4.2") - classpath(kotlin("gradle-plugin", version = "1.3.41")) + classpath("com.android.tools.build:gradle:3.5.1") + classpath(kotlin("gradle-plugin", version = "1.3.50")) classpath("android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0") classpath("com.akaita.android:easylauncher:1.3.1") } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6caa647..702f64a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon May 27 21:57:00 CST 2019 +#Sat Oct 12 17:36:57 CST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip