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 3bf6700 commit def6803Copy full SHA for def6803
drive/snippets/drive_v3/build.gradle
@@ -6,7 +6,7 @@ repositories {
6
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'
+ implementation 'com.google.auth:google-auth-library-oauth2-http:1.11.0'
10
implementation 'com.google.code.gson:gson:2.9.1'
11
testImplementation 'junit:junit:4.13.2'
12
}
0 commit comments