# HG changeset patch # User Da Risk # Date 1595546078 14400 # Node ID fc8b8638d5e32e840e7484542356bec162459ed6 # Parent 222aa3a71ff19460024f4ac569c024f74bfb7f47 update dependencies diff -r 222aa3a71ff1 -r fc8b8638d5e3 buildSrc/build.gradle.kts --- a/buildSrc/build.gradle.kts Thu Jul 23 15:31:52 2020 -0400 +++ b/buildSrc/build.gradle.kts Thu Jul 23 19:14:38 2020 -0400 @@ -47,7 +47,7 @@ } dependencies { - implementation("com.android.tools.build:gradle:3.6.3") + implementation("com.android.tools.build:gradle:4.0.1") implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71") implementation("com.genymotion:plugin:1.4.2") implementation("gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0") diff -r 222aa3a71ff1 -r fc8b8638d5e3 geekdroid-firebase/build.gradle.kts --- a/geekdroid-firebase/build.gradle.kts Thu Jul 23 15:31:52 2020 -0400 +++ b/geekdroid-firebase/build.gradle.kts Thu Jul 23 19:14:38 2020 -0400 @@ -46,16 +46,16 @@ implementation("com.jakewharton.timber:timber:4.7.1") implementation("com.crashlytics.sdk.android:crashlytics:2.10.1") - implementation("com.google.firebase:firebase-crashlytics:17.0.0-beta02") + implementation("com.google.firebase:firebase-crashlytics:17.1.1") - api("com.google.firebase:firebase-firestore-ktx:21.4.1") - implementation("com.google.firebase:firebase-auth:19.3.0") + api("com.google.firebase:firebase-firestore-ktx:21.5.0") + implementation("com.google.firebase:firebase-auth:19.3.2") // not firebase but they often work together so here we are implementation("com.google.android.gms:play-services-location:17.0.0") // not firebase but similar to gms api - implementation("com.google.android.play:core:1.7.1") + implementation("com.google.android.play:core:1.7.3") // fix for guava conflict // firebase depends on a older version of these dependencies while testImplementation dependencies diff -r 222aa3a71ff1 -r fc8b8638d5e3 geekdroid/build.gradle.kts --- a/geekdroid/build.gradle.kts Thu Jul 23 15:31:52 2020 -0400 +++ b/geekdroid/build.gradle.kts Thu Jul 23 19:14:38 2020 -0400 @@ -69,14 +69,14 @@ implementation("androidx.constraintlayout:constraintlayout:1.1.3") implementation("androidx.coordinatorlayout:coordinatorlayout:1.1.0") implementation("androidx.annotation:annotation:1.1.0") - implementation("androidx.preference:preference:1.1.0") - implementation("androidx.core:core-ktx:1.2.0") - implementation("androidx.fragment:fragment-ktx:1.2.2") + implementation("androidx.preference:preference:1.1.1") + implementation("androidx.core:core-ktx:1.3.1") + implementation("androidx.fragment:fragment-ktx:1.2.5") implementation("com.squareup.picasso:picasso:2.5.2") - implementation("com.squareup.okhttp3:okhttp:4.1.0") + implementation("com.squareup.okhttp3:okhttp:4.6.0") - val daggerVersion = "2.27" + val daggerVersion = "2.28.3" implementation(enforcedDaggerPlatform(daggerVersion)) kapt(enforcedDaggerPlatform(daggerVersion)) implementation("com.google.dagger:dagger:$daggerVersion") @@ -94,11 +94,11 @@ implementation("androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0") testImplementation("androidx.arch.core:core-testing:2.1.0") - implementation("androidx.room:room-runtime:2.2.4") + implementation("androidx.room:room-runtime:2.2.5") implementation("androidx.browser:browser:1.2.0") - implementation("androidx.work:work-runtime:2.3.3") - implementation("androidx.navigation:navigation-common-ktx:2.2.1") - implementation("androidx.navigation:navigation-fragment:2.2.1") + implementation("androidx.work:work-runtime:2.4.0") + implementation("androidx.navigation:navigation-common-ktx:2.3.0") + implementation("androidx.navigation:navigation-fragment:2.3.0") } diff -r 222aa3a71ff1 -r fc8b8638d5e3 gradle/wrapper/gradle-wrapper.properties --- a/gradle/wrapper/gradle-wrapper.properties Thu Jul 23 15:31:52 2020 -0400 +++ b/gradle/wrapper/gradle-wrapper.properties Thu Jul 23 19:14:38 2020 -0400 @@ -2,4 +2,4 @@ distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip