Remove google-api-client-android

pull/1004/head
Alex Baker 4 years ago
parent cb03e9d1eb
commit 7b5b4f2b54

@ -184,7 +184,6 @@ dependencies {
implementation("me.leolin:ShortcutBadger:1.1.22@aar")
implementation("com.google.apis:google-api-services-tasks:v1-rev20200129-1.30.9")
implementation("com.google.apis:google-api-services-drive:v3-rev20200413-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("androidx.work:work-runtime:${Versions.work}")
implementation("com.mapbox.mapboxsdk:mapbox-android-sdk:9.2.1")

@ -261,11 +261,6 @@
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://developer.android.com/tools/extras/support-library.html
- artifact: com.google.api-client:google-api-client-android:+
name: Android Platform Extensions to the Google APIs Client Library for Java.
copyrightHolder: Google Inc.
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
- artifact: androidx.lifecycle:lifecycle-extensions:+
name: Android Lifecycle Extensions
copyrightHolder: Android Open Source Project
@ -481,11 +476,6 @@
license: MIT License
licenseUrl: http://www.opensource.org/licenses/mit-license.php
url: http://www.slf4j.org
- artifact: com.google.http-client:google-http-client-android:+
name: Android Platform Extensions to the Google HTTP Client Library for Java.
copyrightHolder: Google Inc.
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
- artifact: com.squareup.okhttp3:okhttp:+
name: OkHttp
copyrightHolder: Square, Inc.
@ -575,12 +565,6 @@
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: org.ogce:xpp3:+
skip: true
- artifact: junit:junit:+
skip: true
- artifact: jakarta-regexp:jakarta-regexp:+
skip: true
- artifact: androidx.core:core-ktx:+
name: Core Kotlin Extensions
copyrightHolder: Android Open Source Project

@ -609,19 +609,6 @@
"url": "http://developer.android.com/tools/extras/support-library.html",
"libraryName": "Android Support Library Document File"
},
{
"artifactId": {
"name": "google-api-client-android",
"group": "com.google.api-client",
"version": "+"
},
"copyrightHolder": "Google Inc.",
"copyrightStatement": "Copyright © Google Inc. All rights reserved.",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt",
"normalizedLicense": "apache2",
"libraryName": "Android Platform Extensions to the Google APIs Client Library for Java."
},
{
"artifactId": {
"name": "lifecycle-extensions",
@ -1122,19 +1109,6 @@
"url": "http://www.slf4j.org",
"libraryName": "SLF4J JDK14 Binding"
},
{
"artifactId": {
"name": "google-http-client-android",
"group": "com.google.http-client",
"version": "+"
},
"copyrightHolder": "Google Inc.",
"copyrightStatement": "Copyright © Google Inc. All rights reserved.",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt",
"normalizedLicense": "apache2",
"libraryName": "Android Platform Extensions to the Google HTTP Client Library for Java."
},
{
"artifactId": {
"name": "okhttp",

Loading…
Cancel
Save