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+ 22.0.0 - 2022-11-03
2+ -------------------
3+ - Add support and examples for Google Ads API v12.0.
4+ - Upgrade protobuf-java and protobuf-java-util dependencies to 3.19.6.
5+ - Remove examples demonstrating deprecated (or soon to be deprecated) features.
6+ - AddDynamicPageFeed
7+ - AddLocalCampaign
8+ - AddShoppingSmartAd
9+ - AddSmartDisplayAd
10+ - Remove examples demonstrating migration from the AdWords API.
11+
11221.0.0 - 2022-08-30
213-------------------
314- Add support and examples for Google Ads API v11.1.
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.19.4 +
18+ * [ Protobuf] ( https://github.com/protocolbuffers/protobuf ) 3.19.6 +
1919 * [ 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>21 .0.0</version>
26+ <version>22 .0.0</version>
2727 </dependency>
2828
2929## Gradle dependency
3030
31- implementation 'com.google.api-ads:google-ads:21 .0.0'
31+ implementation 'com.google.api-ads:google-ads:22 .0.0'
3232
3333## Documentation
3434
You can’t perform that action at this time.
0 commit comments