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 8b3665d commit 7b4903eCopy full SHA for 7b4903e
classroom/snippets/build.gradle
@@ -8,7 +8,7 @@ repositories {
8
dependencies {
9
implementation 'com.google.api-client:google-api-client:2.0.0'
10
implementation 'com.google.auth:google-auth-library-oauth2-http:1.10.0'
11
- implementation 'com.google.apis:google-api-services-classroom:v1-rev20220323-1.32.1'
+ implementation 'com.google.apis:google-api-services-classroom:v1-rev20220323-2.0.0'
12
testImplementation 'junit:junit:4.13.2'
13
}
14
0 commit comments