Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- Gradle
- Epoxy
- Kotlin
- Okhttp
- Play Services
  • Loading branch information
chrisbanes committed Jul 7, 2019
1 parent e46af5d commit f0c6681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/app/tivi/buildsrc/dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ object Libs {
val material = "com.google.android.material:material:1.1.0-alpha07"
val firebaseCore = "com.google.firebase:firebase-core:17.0.0"
val crashlytics = "com.crashlytics.sdk.android:crashlytics:2.10.1"
val gmsGoogleServices = "com.google.gms:google-services:4.2.0"
val gmsGoogleServices = "com.google.gms:google-services:4.3.0"
val fabricPlugin = "io.fabric.tools:gradle:1.29.0"
}

object Kotlin {
private const val version = "1.3.40"
private const val version = "1.3.41"
val stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$version"
val reflect = "org.jetbrains.kotlin:kotlin-reflect:$version"
val gradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$version"
Expand Down Expand Up @@ -165,13 +165,13 @@ object Libs {
}

object OkHttp {
private const val version = "4.0.0-RC3"
private const val version = "4.0.0"
val okhttp = "com.squareup.okhttp3:okhttp:$version"
val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:$version"
}

object Epoxy {
private const val version = "3.6.0"
private const val version = "3.7.0"
val epoxy = "com.airbnb.android:epoxy:$version"
val paging = "com.airbnb.android:epoxy-paging:$version"
val dataBinding = "com.airbnb.android:epoxy-databinding:$version"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f0c6681

Please sign in to comment.