Skip to content

Commit e8afd82

Browse files
committed
Update README.md specify JDK 8+ and latest version on Maven.
1 parent 9c91a05 commit e8afd82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ This project hosts the Java client library for the Google Ads API.
1010

1111
## Requirements
1212

13-
* Java 1.7+
13+
* Java 1.8+
1414
* Maven 3.0+
1515

1616
## Maven artifacts
1717

1818
<dependency>
1919
<groupId>com.google.api-ads</groupId>
2020
<artifactId>google-ads</artifactId>
21-
<version>0.1.0</version>
21+
<version>0.6.0</version>
2222
</dependency>
2323

2424
## Getting started

0 commit comments

Comments
 (0)