From f466b6535f6792e3e2c05aef1ce6b233c9b49755 Mon Sep 17 00:00:00 2001 From: Nick Birnie Date: Tue, 23 Mar 2021 17:39:02 +0000 Subject: [PATCH 1/5] Add protobuf to requirements. Idea is to avoid issues like #412 in future. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06cfd6ba0b..eb894801ae 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This project hosts the Java client library for the Google Ads API. * Java 1.8+ * Maven 3.0+ + * Protobuf >= 3.12.2 ## Maven artifacts From 063acc3b64186cdb47f049b0700404cd53fb12d5 Mon Sep 17 00:00:00 2001 From: Nick Birnie Date: Tue, 23 Mar 2021 17:39:36 +0000 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb894801ae..9ffc3f61ec 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This project hosts the Java client library for the Google Ads API. * Java 1.8+ * Maven 3.0+ - * Protobuf >= 3.12.2 + * Protobuf 3.12.2+ ## Maven artifacts From 4e129a7806d8a23479311b156f3b1e6c76428f09 Mon Sep 17 00:00:00 2001 From: Nick Birnie Date: Tue, 23 Mar 2021 19:14:37 +0000 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ffc3f61ec..43258a0950 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This project hosts the Java client library for the Google Ads API. * Java 1.8+ * Maven 3.0+ - * Protobuf 3.12.2+ + * [Protobuf](https://github.com/protocolbuffers/protobuf) 3.12.2+ ## Maven artifacts From eeba362765425a758a193e9d46fe700043afa11a Mon Sep 17 00:00:00 2001 From: Nick Birnie Date: Wed, 24 Mar 2021 12:49:34 +0000 Subject: [PATCH 4/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 43258a0950..3ad0914ad9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ This project hosts the Java client library for the Google Ads API. * Java 1.8+ * Maven 3.0+ + +## Compatible dependencies * [Protobuf](https://github.com/protocolbuffers/protobuf) 3.12.2+ + * [Guava](https://github.com/google/guava) 30.0+ ## Maven artifacts From 4dc5a70828b46c832b611606de7a25494a65bbb2 Mon Sep 17 00:00:00 2001 From: Nick Birnie Date: Wed, 24 Mar 2021 13:52:06 +0000 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ad0914ad9..875cb7b0cd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This project hosts the Java client library for the Google Ads API. * Maven 3.0+ ## Compatible dependencies + * [Protobuf](https://github.com/protocolbuffers/protobuf) 3.12.2+ * [Guava](https://github.com/google/guava) 30.0+