Skip to content

Commit dcdeaf7

Browse files
authored
Changes for release v11_1. (#665)
1 parent c0d7dbc commit dcdeaf7

525 files changed

Lines changed: 42617 additions & 8930 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

buildSrc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ repositories {
2626
}
2727

2828
dependencies {
29-
implementation "com.google.http-client:google-http-client:1.40.1"
30-
implementation "com.google.http-client:google-http-client-xml:1.40.1"
29+
implementation "com.google.http-client:google-http-client:1.41.4"
30+
implementation "com.google.http-client:google-http-client-xml:1.41.4"
3131
}

buildSrc/src/main/groovy/com.google.api-ads.java-conventions.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,13 @@ dependencies {
145145
api 'com.google.protobuf:protobuf-java'
146146
api 'io.grpc:grpc-stub'
147147
api 'io.grpc:grpc-protobuf'
148-
api 'com.google.auth:google-auth-library-oauth2-http'
149-
api platform('com.google.cloud:google-cloud-shared-dependencies:2.4.0')
150-
implementation 'com.google.guava:guava:30.0-android'
151-
implementation 'com.google.auto.service:auto-service:1.0-rc2'
148+
api 'com.google.auth:google-auth-library-oauth2-http:1.5.3'
149+
api 'com.google.auth:google-auth-library-credentials:1.5.3'
150+
api platform('com.google.cloud:google-cloud-shared-dependencies:2.8.0')
151+
implementation 'com.google.guava:guava:31.0.1-android'
152+
implementation 'com.google.auto.service:auto-service:1.0.1'
152153
implementation 'javax.annotation:javax.annotation-api'
153-
annotationProcessor 'com.google.auto.service:auto-service:1.0-rc2'
154+
annotationProcessor 'com.google.auto.service:auto-service:1.0.1'
154155
testImplementation 'junit:junit:4.13.1'
155156
}
156157

google-ads-codegen/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
api project(":google-ads-stubs-lib")
2626
implementation 'org.slf4j:slf4j-api:1.7.25'
2727
implementation 'com.squareup:javapoet:1.11.1'
28-
testImplementation 'com.google.api:gax-grpc:1.65.1:testlib'
28+
testImplementation 'com.google.api:gax-grpc:2.12.2:testlib'
2929
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
3030
testImplementation 'org.mockito:mockito-all:1.9.5'
3131
// Finds all the stubs modules and adds these as dependencies.

google-ads-examples/src/main/java/com/google/ads/googleads/examples/advancedoperations/AddExpandedTextAdWithUpgradedUrls.java

Lines changed: 0 additions & 155 deletions
This file was deleted.

google-ads-examples/src/main/java/com/google/ads/googleads/examples/basicoperations/AddExpandedTextAds.java

Lines changed: 0 additions & 147 deletions
This file was deleted.

google-ads-stubs-v11/src/main/java/com/google/ads/googleads/v11/common/CriterionCategoryChannelAvailability.java

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)