Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ repositories {
}

dependencies {
implementation "com.google.http-client:google-http-client:1.40.1"
implementation "com.google.http-client:google-http-client-xml:1.40.1"
implementation "com.google.http-client:google-http-client:1.41.4"
implementation "com.google.http-client:google-http-client-xml:1.41.4"
}
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,13 @@ dependencies {
api 'com.google.protobuf:protobuf-java'
api 'io.grpc:grpc-stub'
api 'io.grpc:grpc-protobuf'
api 'com.google.auth:google-auth-library-oauth2-http'
api platform('com.google.cloud:google-cloud-shared-dependencies:2.4.0')
implementation 'com.google.guava:guava:30.0-android'
implementation 'com.google.auto.service:auto-service:1.0-rc2'
api 'com.google.auth:google-auth-library-oauth2-http:1.5.3'
api 'com.google.auth:google-auth-library-credentials:1.5.3'
api platform('com.google.cloud:google-cloud-shared-dependencies:2.8.0')
implementation 'com.google.guava:guava:31.0.1-android'
implementation 'com.google.auto.service:auto-service:1.0.1'
implementation 'javax.annotation:javax.annotation-api'
annotationProcessor 'com.google.auto.service:auto-service:1.0-rc2'
annotationProcessor 'com.google.auto.service:auto-service:1.0.1'
testImplementation 'junit:junit:4.13.1'
}

Expand Down
2 changes: 1 addition & 1 deletion google-ads-codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
api project(":google-ads-stubs-lib")
implementation 'org.slf4j:slf4j-api:1.7.25'
implementation 'com.squareup:javapoet:1.11.1'
testImplementation 'com.google.api:gax-grpc:1.65.1:testlib'
testImplementation 'com.google.api:gax-grpc:2.12.2:testlib'
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
testImplementation 'org.mockito:mockito-all:1.9.5'
// Finds all the stubs modules and adds these as dependencies.
Expand Down

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading