diff --git a/app/build.gradle b/app/build.gradle index 4165384e6..2434326b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -179,7 +179,6 @@ dependencies { implementation "androidx.work:work-runtime:${WORK_VERSION}" implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:7.3.0' implementation'com.mapbox.mapboxsdk:mapbox-sdk-services:4.6.0' - implementation 'com.google.auth:google-auth-library-oauth2-http:0.15.0' googleplayImplementation "com.crashlytics.sdk.android:crashlytics:${CRASHLYTICS_VERSION}" googleplayImplementation "com.google.firebase:firebase-core:${FIREBASE_VERSION}" diff --git a/app/licenses.yml b/app/licenses.yml index 517eb7d03..7edc9f655 100644 --- a/app/licenses.yml +++ b/app/licenses.yml @@ -679,22 +679,12 @@ copyrightHolder: The Error Prone Authors license: The Apache Software License, Version 2.0 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt -- artifact: com.google.auth:google-auth-library-oauth2-http:+ - name: Google Auth Library for Java - OAuth2 HTTP - copyrightHolder: Google Inc. - license: BSD 3-Clause - licenseUrl: https://opensource.org/licenses/BSD-3-Clause - artifact: io.opencensus:opencensus-api:+ name: OpenCensus API copyrightHolder: OpenCensus Authors license: The Apache Software License, Version 2.0 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt url: https://github.com/census-instrumentation/opencensus-java -- artifact: com.google.auth:google-auth-library-credentials:+ - name: Google Auth Library for Java - Credentials - copyrightHolder: Google Inc. - license: BSD 3-Clause - licenseUrl: https://opensource.org/licenses/BSD-3-Clause - artifact: com.google.guava:failureaccess:+ name: Guava InternalFutureFailureAccess and InternalFutures copyrightHolder: The Guava Authors diff --git a/app/src/main/assets/licenses.json b/app/src/main/assets/licenses.json index ea0b65601..70776a139 100644 --- a/app/src/main/assets/licenses.json +++ b/app/src/main/assets/licenses.json @@ -1824,22 +1824,6 @@ "version": "2.2.0" } }, - { - "notice": null, - "copyrightHolder": "Google Inc.", - "copyrightStatement": "Copyright © Google Inc. All rights reserved.", - "license": "BSD 3-Clause", - "licenseUrl": "https://opensource.org/licenses/BSD-3-Clause", - "normalizedLicense": "bsd_3_clauses", - "year": null, - "url": "", - "libraryName": "Google Auth Library for Java - OAuth2 HTTP", - "artifactId": { - "name": "google-auth-library-oauth2-http", - "group": "com.google.auth", - "version": "0.15.0" - } - }, { "notice": null, "copyrightHolder": "OpenCensus Authors", @@ -1856,22 +1840,6 @@ "version": "0.18.0" } }, - { - "notice": null, - "copyrightHolder": "Google Inc.", - "copyrightStatement": "Copyright © Google Inc. All rights reserved.", - "license": "BSD 3-Clause", - "licenseUrl": "https://opensource.org/licenses/BSD-3-Clause", - "normalizedLicense": "bsd_3_clauses", - "year": null, - "url": "", - "libraryName": "Google Auth Library for Java - Credentials", - "artifactId": { - "name": "google-auth-library-credentials", - "group": "com.google.auth", - "version": "0.15.0" - } - }, { "notice": null, "copyrightHolder": "The Guava Authors",