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+ 20.0.0 - 2022-07-19
2+ -------------------
3+ - Remove support for v9 of Google Ads API.
4+ - Add @Internal annotation for basePackage in Gradle (#647 ).
5+ - Add protobuf version to the API client header.
6+ - Rename GetArtifactMetadata to SearchForGoogleAdsFields and make the example
7+ more flexible and useful.
8+ - Remove references to wrapper types.
9+
11019.0.0 - 2022-06-15
211-------------------
312- Add support and examples for Google Ads API v11.0.
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
2323 <dependency>
2424 <groupId>com.google.api-ads</groupId>
2525 <artifactId>google-ads</artifactId>
26- <version>19 .0.0</version>
26+ <version>20 .0.0</version>
2727 </dependency>
2828
2929## Gradle dependency
3030
31- implementation 'com.google.api-ads:google-ads:19 .0.0'
31+ implementation 'com.google.api-ads:google-ads:20 .0.0'
3232
3333## Documentation
3434
You can’t perform that action at this time.
0 commit comments