File tree 3 files changed +3
-16
lines changed
java/com/google/api/client/googleapis
resources/META-INF/proguard
3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 145
145
<artifactId >commons-codec</artifactId >
146
146
<scope >provided</scope >
147
147
<version >1.14</version >
148
- </dependency >
148
+ </dependency >
149
149
<dependency >
150
150
<groupId >com.google.guava</groupId >
151
151
<artifactId >guava</artifactId >
152
152
</dependency >
153
- <dependency >
154
- <groupId >androidx.annotation</groupId >
155
- <artifactId >annotation</artifactId >
156
- <version >1.1.0</version >
157
- </dependency >
158
153
</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 >
167
154
</project >
Original file line number Diff line number Diff line change 14
14
15
15
package com .google .api .client .googleapis ;
16
16
17
- import androidx .annotation .Keep ;
18
17
import com .google .api .client .util .SecurityUtils ;
19
18
import com .google .common .annotations .VisibleForTesting ;
20
19
import java .io .IOException ;
31
30
* @since 1.12
32
31
* @author [email protected] (Ravi Mistry)
33
32
*/
34
- @ Keep
35
33
public final class GoogleUtils {
36
34
37
35
/** Current release version. */
Original file line number Diff line number Diff line change
1
+ # https://github.com/googleapis/google-api-java-client/issues/1450
2
+ -keep public class com.google.api.client.googleapis.GoogleUtils
You can’t perform that action at this time.
0 commit comments