File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
1920.0.0 - 2022-07-19
210-------------------
311- 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.
1515
1616## Compatible dependencies
1717
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 +
2020
2121## Maven artifacts
2222
2323 <dependency>
2424 <groupId>com.google.api-ads</groupId>
2525 <artifactId>google-ads</artifactId>
26- <version>20 .0.0</version>
26+ <version>21 .0.0</version>
2727 </dependency>
2828
2929## Gradle dependency
3030
31- implementation 'com.google.api-ads:google-ads:20 .0.0'
31+ implementation 'com.google.api-ads:google-ads:21 .0.0'
3232
3333## Documentation
3434
You can’t perform that action at this time.
0 commit comments