Skip to content

Commit 6f7055e

Browse files
committed
revert: keep GoogleUtils (googleapis#1467)
This reverts commit b70e8ef.
1 parent 1773472 commit 6f7055e

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

google-api-client/pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,10 @@
145145
<artifactId>commons-codec</artifactId>
146146
<scope>provided</scope>
147147
<version>1.14</version>
148-
</dependency>
148+
</dependency>
149149
<dependency>
150150
<groupId>com.google.guava</groupId>
151151
<artifactId>guava</artifactId>
152152
</dependency>
153-
<dependency>
154-
<groupId>androidx.annotation</groupId>
155-
<artifactId>annotation</artifactId>
156-
<version>1.1.0</version>
157-
</dependency>
158153
</dependencies>
159-
160-
<repositories>
161-
<repository>
162-
<id>google</id>
163-
<name>Google Maven Repository</name>
164-
<url>https://maven.google.com/</url>
165-
</repository>
166-
</repositories>
167154
</project>

google-api-client/src/main/java/com/google/api/client/googleapis/GoogleUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.api.client.googleapis;
1616

17-
import androidx.annotation.Keep;
1817
import com.google.api.client.util.SecurityUtils;
1918
import com.google.common.annotations.VisibleForTesting;
2019
import java.io.IOException;
@@ -31,7 +30,6 @@
3130
* @since 1.12
3231
* @author [email protected] (Ravi Mistry)
3332
*/
34-
@Keep
3533
public final class GoogleUtils {
3634

3735
/** Current release version. */

0 commit comments

Comments
 (0)