diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9373abeb6..cc692d48f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -132,7 +132,7 @@ configurations.all { val googleplayImplementation by configurations dependencies { - implementation("com.gitlab.bitfireAT:dav4jvm:2.0") + implementation("com.gitlab.bitfireAT:dav4jvm:2.1") implementation("com.gitlab.bitfireAT:ical4android:1.0") { exclude(group = "org.threeten", module = "threetenbp") } @@ -185,8 +185,8 @@ dependencies { implementation("com.google.api-client:google-api-client-android:1.30.9") implementation("com.google.auth:google-auth-library-oauth2-http:0.20.0") implementation("androidx.work:work-runtime:${Versions.work}") - implementation("com.mapbox.mapboxsdk:mapbox-android-sdk:9.2.0") - implementation("com.mapbox.mapboxsdk:mapbox-sdk-services:5.1.0") + implementation("com.mapbox.mapboxsdk:mapbox-android-sdk:9.2.1") + implementation("com.mapbox.mapboxsdk:mapbox-sdk-services:5.2.1") implementation("com.etesync:journalmanager:1.1.0") implementation("com.github.QuadFlask:colorpicker:0.0.15") diff --git a/app/licenses.yml b/app/licenses.yml index 7067b4326..1d2ee35c1 100644 --- a/app/licenses.yml +++ b/app/licenses.yml @@ -757,12 +757,6 @@ copyrightHolder: Google LLC license: The Apache Software License, Version 2.0 url: https://github.com/google/auto/tree/master/value -- artifact: com.squareup.okio:okio:+ - name: Okio - copyrightHolder: Square, Inc. - license: The Apache Software License, Version 2.0 - licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt - url: https://github.com/square/okio/ - artifact: com.mapbox.mapboxsdk:mapbox-sdk-directions-refresh-models:+ name: mapbox-sdk-directions-refresh-models copyrightHolder: Mapbox diff --git a/app/src/main/assets/licenses.json b/app/src/main/assets/licenses.json index 91c9d0c17..11344acd5 100644 --- a/app/src/main/assets/licenses.json +++ b/app/src/main/assets/licenses.json @@ -1776,20 +1776,6 @@ "url": "https://github.com/google/auto/tree/master/value", "libraryName": "AutoValue Annotations" }, - { - "artifactId": { - "name": "okio", - "group": "com.squareup.okio", - "version": "+" - }, - "copyrightHolder": "Square, Inc.", - "copyrightStatement": "Copyright © Square, Inc. All rights reserved.", - "license": "The Apache Software License, Version 2.0", - "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "normalizedLicense": "apache2", - "url": "https://github.com/square/okio/", - "libraryName": "Okio" - }, { "artifactId": { "name": "mapbox-sdk-directions-refresh-models", diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 1027c7bdd..873e85571 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -2,16 +2,16 @@ object Versions { const val kotlin = "1.3.72" const val targetSdk = 29 const val minSdk = 23 - const val dagger = "2.27" + const val dagger = "2.28" const val butterknife = "10.2.1" const val work = "2.3.4" const val leakcanary = "2.3" const val room = "2.2.5" const val crashlytics = "2.10.1" - const val analytics = "17.4.1" + const val analytics = "17.4.2" const val remote_config = "19.1.4" const val okhttp = "4.6.0" - const val flipper = "0.42.0" + const val flipper = "0.44.0" const val mockito = "3.3.3" const val androidx_test = "1.2.0" const val make_it_easy = "4.0.1"