Skip to content

Commit 1a20867

Browse files
committed
Upgrade dependencies
1 parent 0de4895 commit 1a20867

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

app/build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@ dependencies {
5252
implementation(kotlin("stdlib-jdk8", KotlinCompilerVersion.VERSION))
5353

5454
// Androidx
55-
implementation("androidx.appcompat:appcompat:1.1.0-rc01")
56-
implementation("androidx.core:core-ktx:1.0.2")
57-
implementation("androidx.recyclerview:recyclerview:1.1.0-beta01")
55+
implementation("androidx.appcompat:appcompat:1.1.0")
56+
implementation("androidx.core:core-ktx:1.1.0")
57+
implementation("androidx.recyclerview:recyclerview:1.1.0-beta05")
5858
implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta2")
59-
implementation("androidx.lifecycle:lifecycle-extensions:2.0.0")
59+
implementation("androidx.lifecycle:lifecycle-extensions:2.1.0")
6060

6161
// Navigation
6262
implementation("android.arch.navigation:navigation-fragment-ktx:1.0.0")
6363
implementation("android.arch.navigation:navigation-ui-ktx:1.0.0")
6464

6565
// ReactiveX
66-
implementation("com.uber.autodispose:autodispose:1.3.0")
67-
implementation("com.uber.autodispose:autodispose-android:1.3.0")
68-
implementation("com.uber.autodispose:autodispose-android-archcomponents:1.3.0")
66+
implementation("com.uber.autodispose:autodispose:1.4.0")
67+
implementation("com.uber.autodispose:autodispose-android:1.4.0")
68+
implementation("com.uber.autodispose:autodispose-android-archcomponents:1.4.0")
6969

7070
// Dependency injection
7171
implementation("com.google.dagger:dagger:2.24")
@@ -78,7 +78,7 @@ dependencies {
7878

7979
// For debugging
8080
debugImplementation("com.facebook.flipper:flipper:0.23.2")
81-
debugImplementation("com.facebook.soloader:soloader:0.6.1")
81+
debugImplementation("com.facebook.soloader:soloader:0.8.0")
8282
releaseImplementation("com.facebook.flipper:flipper-noop:0.23.2")
8383
debugImplementation("com.willowtreeapps.hyperion:hyperion-core:0.9.27")
8484
debugImplementation("com.willowtreeapps.hyperion:hyperion-attr:0.9.27")

backend/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ dependencies {
3333
implementation(kotlin("stdlib-jdk8", KotlinCompilerVersion.VERSION))
3434

3535
// Network
36-
api("com.squareup.okhttp3:okhttp:4.0.1")
36+
api("com.squareup.okhttp3:okhttp:4.2.2")
3737
api("com.google.code.gson:gson:2.8.5")
38-
api("com.squareup.retrofit2:retrofit:2.6.0")
38+
api("com.squareup.retrofit2:retrofit:2.6.2")
3939
implementation("com.squareup.retrofit2:converter-gson:2.5.0")
40-
implementation("com.squareup.retrofit2:adapter-rxjava2:2.6.0")
41-
testImplementation("com.squareup.okhttp3:logging-interceptor:4.0.1")
40+
implementation("com.squareup.retrofit2:adapter-rxjava2:2.6.2")
41+
testImplementation("com.squareup.okhttp3:logging-interceptor:4.2.2")
4242

4343
// ReactiveX
4444
api("io.reactivex.rxjava2:rxkotlin:2.3.0")

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath("com.android.tools.build:gradle:3.4.2")
8-
classpath(kotlin("gradle-plugin", version = "1.3.41"))
7+
classpath("com.android.tools.build:gradle:3.5.1")
8+
classpath(kotlin("gradle-plugin", version = "1.3.50"))
99
classpath("android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0")
1010
classpath("com.akaita.android:easylauncher:1.3.1")
1111
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon May 27 21:57:00 CST 2019
1+
#Sat Oct 12 17:36:57 CST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 commit comments

Comments
 (0)