We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e25cfd commit d4567a5Copy full SHA for d4567a5
drive/snippets/drive_v3/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
implementation 'com.google.apis:google-api-services-drive:v3-rev20220815-2.0.0'
8
implementation 'com.google.api-client:google-api-client:2.0.0'
9
implementation 'com.google.auth:google-auth-library-oauth2-http:1.10.0'
10
- implementation 'com.google.code.gson:gson:2.4'
+ implementation 'com.google.code.gson:gson:2.9.1'
11
testImplementation 'junit:junit:4.13.2'
12
}
13
0 commit comments