File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ 21.0.0 - 2022-08-23
2
+ -------------------
3
+ - Add support and examples for Google Ads API v11.1.
4
+ - Update to version 2.8.0 of
5
+ ` com.google.cloud:google-cloud-shared-dependencies ` .
6
+ - Update to version 1.5.3 of ` com.google.auth:google-auth-library-credentials ` .
7
+ - Replace ETA examples with RSA examples.
8
+
1
9
20.0.0 - 2022-07-19
2
10
-------------------
3
11
- Remove support for v9 of Google Ads API.
Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ This project hosts the Java client library for the Google Ads API.
15
15
16
16
## Compatible dependencies
17
17
18
- * [ Protobuf] ( https://github.com/protocolbuffers/protobuf ) 3.12.0 +
19
- * [ Guava] ( https://github.com/google/guava ) 30.0 +
18
+ * [ Protobuf] ( https://github.com/protocolbuffers/protobuf ) 3.19.4 +
19
+ * [ Guava] ( https://github.com/google/guava ) 31.0.1 +
20
20
21
21
## Maven artifacts
22
22
23
23
<dependency>
24
24
<groupId>com.google.api-ads</groupId>
25
25
<artifactId>google-ads</artifactId>
26
- <version>20 .0.0</version>
26
+ <version>21 .0.0</version>
27
27
</dependency>
28
28
29
29
## Gradle dependency
30
30
31
- implementation 'com.google.api-ads:google-ads:20 .0.0'
31
+ implementation 'com.google.api-ads:google-ads:21 .0.0'
32
32
33
33
## Documentation
34
34
You can’t perform that action at this time.
0 commit comments