File tree 2 files changed +16
-1
lines changed
src/main/java/com/google/api/client/googleapis
2 files changed +16
-1
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 >
153
158
</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 >
154
167
</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 ;
17
18
import com .google .api .client .util .SecurityUtils ;
18
19
import com .google .common .annotations .VisibleForTesting ;
19
20
import java .io .IOException ;
30
31
* @since 1.12
31
32
* @author [email protected] (Ravi Mistry)
32
33
*/
34
+ @ Keep
33
35
public final class GoogleUtils {
34
36
35
37
/** Current release version. */
You can’t perform that action at this time.
0 commit comments