Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocode committed Oct 12, 2019
1 parent 0de4895 commit 1a20867
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand Down
8 changes: 4 additions & 4 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1a20867

Please sign in to comment.