File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
src/main/java/com/google/api/client/googleapis Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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 >
153158 </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 >
154167</project >
Original file line number Diff line number Diff line change 1414
1515package com .google .api .client .googleapis ;
1616
17+ import androidx .annotation .Keep ;
1718import com .google .api .client .util .SecurityUtils ;
1819import com .google .common .annotations .VisibleForTesting ;
1920import java .io .IOException ;
3031 * @since 1.12
3132 * @author [email protected] (Ravi Mistry) 3233 */
34+ @ Keep
3335public final class GoogleUtils {
3436
3537 /** Current release version. */
You can’t perform that action at this time.
0 commit comments