From 65031a57ea6e8976efd9cedc56cec1312d7809ea Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 27 Mar 2020 15:47:36 -0500 Subject: [PATCH] Update licenses --- app/licenses.yml | 6 +++++ app/src/main/assets/licenses.json | 40 +++++++++++++++++++++---------- 2 files changed, 34 insertions(+), 12 deletions(-) diff --git a/app/licenses.yml b/app/licenses.yml index 2b0b1159e..6872572ee 100644 --- a/app/licenses.yml +++ b/app/licenses.yml @@ -854,3 +854,9 @@ 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/ diff --git a/app/src/main/assets/licenses.json b/app/src/main/assets/licenses.json index 7995d33a0..3c44ab5d9 100644 --- a/app/src/main/assets/licenses.json +++ b/app/src/main/assets/licenses.json @@ -221,7 +221,7 @@ "artifactId": { "name": "room-common", "group": "androidx.room", - "version": "2.2.4" + "version": "2.2.5" } }, { @@ -237,7 +237,7 @@ "artifactId": { "name": "room-runtime", "group": "androidx.room", - "version": "2.2.4" + "version": "2.2.5" } }, { @@ -1149,7 +1149,7 @@ "artifactId": { "name": "work-runtime", "group": "androidx.work", - "version": "2.3.2" + "version": "2.3.4" } }, { @@ -1373,7 +1373,7 @@ "artifactId": { "name": "room-rxjava2", "group": "androidx.room", - "version": "2.2.4" + "version": "2.2.5" } }, { @@ -1517,7 +1517,7 @@ "artifactId": { "name": "kotlin-stdlib", "group": "org.jetbrains.kotlin", - "version": "1.3.61" + "version": "1.3.70" } }, { @@ -1629,7 +1629,7 @@ "artifactId": { "name": "kotlin-stdlib-common", "group": "org.jetbrains.kotlin", - "version": "1.3.61" + "version": "1.3.70" } }, { @@ -1965,7 +1965,7 @@ "artifactId": { "name": "paging-runtime", "group": "androidx.paging", - "version": "2.1.1" + "version": "2.1.2" } }, { @@ -1981,7 +1981,7 @@ "artifactId": { "name": "paging-common", "group": "androidx.paging", - "version": "2.1.1" + "version": "2.1.2" } }, { @@ -2061,7 +2061,7 @@ "artifactId": { "name": "databinding-adapters", "group": "androidx.databinding", - "version": "3.6.0" + "version": "3.6.1" } }, { @@ -2125,7 +2125,7 @@ "artifactId": { "name": "databinding-common", "group": "androidx.databinding", - "version": "3.6.0" + "version": "3.6.1" } }, { @@ -2141,7 +2141,7 @@ "artifactId": { "name": "databinding-runtime", "group": "androidx.databinding", - "version": "3.6.0" + "version": "3.6.1" } }, { @@ -2173,7 +2173,7 @@ "artifactId": { "name": "viewbinding", "group": "androidx.databinding", - "version": "3.6.0" + "version": "3.6.1" } }, { @@ -2319,6 +2319,22 @@ "group": "com.google.auto.value", "version": "1.7" } + }, + { + "notice": null, + "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", + "year": null, + "url": "https://github.com/square/okio/", + "libraryName": "Okio", + "artifactId": { + "name": "okio", + "group": "com.squareup.okio", + "version": "2.5.0" + } } ] } \ No newline at end of file