Removed unused library

pull/820/head
Alex Baker 5 years ago
parent c09d0323e6
commit 7cc971e208

@ -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}"

@ -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

@ -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",

Loading…
Cancel
Save