Update third party dependencies

pull/996/head
Alex Baker 6 years ago
parent 3841a16607
commit 277f2aa937

@ -132,7 +132,7 @@ configurations.all {
val googleplayImplementation by configurations val googleplayImplementation by configurations
dependencies { dependencies {
implementation("com.gitlab.bitfireAT:dav4jvm:2.0") implementation("com.gitlab.bitfireAT:dav4jvm:2.1")
implementation("com.gitlab.bitfireAT:ical4android:1.0") { implementation("com.gitlab.bitfireAT:ical4android:1.0") {
exclude(group = "org.threeten", module = "threetenbp") 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.api-client:google-api-client-android:1.30.9")
implementation("com.google.auth:google-auth-library-oauth2-http:0.20.0") implementation("com.google.auth:google-auth-library-oauth2-http:0.20.0")
implementation("androidx.work:work-runtime:${Versions.work}") implementation("androidx.work:work-runtime:${Versions.work}")
implementation("com.mapbox.mapboxsdk:mapbox-android-sdk:9.2.0") implementation("com.mapbox.mapboxsdk:mapbox-android-sdk:9.2.1")
implementation("com.mapbox.mapboxsdk:mapbox-sdk-services:5.1.0") implementation("com.mapbox.mapboxsdk:mapbox-sdk-services:5.2.1")
implementation("com.etesync:journalmanager:1.1.0") implementation("com.etesync:journalmanager:1.1.0")
implementation("com.github.QuadFlask:colorpicker:0.0.15") implementation("com.github.QuadFlask:colorpicker:0.0.15")

@ -757,12 +757,6 @@
copyrightHolder: Google LLC copyrightHolder: Google LLC
license: The Apache Software License, Version 2.0 license: The Apache Software License, Version 2.0
url: https://github.com/google/auto/tree/master/value 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:+ - artifact: com.mapbox.mapboxsdk:mapbox-sdk-directions-refresh-models:+
name: mapbox-sdk-directions-refresh-models name: mapbox-sdk-directions-refresh-models
copyrightHolder: Mapbox copyrightHolder: Mapbox

@ -1776,20 +1776,6 @@
"url": "https://github.com/google/auto/tree/master/value", "url": "https://github.com/google/auto/tree/master/value",
"libraryName": "AutoValue Annotations" "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": { "artifactId": {
"name": "mapbox-sdk-directions-refresh-models", "name": "mapbox-sdk-directions-refresh-models",

@ -2,16 +2,16 @@ object Versions {
const val kotlin = "1.3.72" const val kotlin = "1.3.72"
const val targetSdk = 29 const val targetSdk = 29
const val minSdk = 23 const val minSdk = 23
const val dagger = "2.27" const val dagger = "2.28"
const val butterknife = "10.2.1" const val butterknife = "10.2.1"
const val work = "2.3.4" const val work = "2.3.4"
const val leakcanary = "2.3" const val leakcanary = "2.3"
const val room = "2.2.5" const val room = "2.2.5"
const val crashlytics = "2.10.1" 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 remote_config = "19.1.4"
const val okhttp = "4.6.0" 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 mockito = "3.3.3"
const val androidx_test = "1.2.0" const val androidx_test = "1.2.0"
const val make_it_easy = "4.0.1" const val make_it_easy = "4.0.1"

Loading…
Cancel
Save