Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalniski authored Nov 23, 2023
1 parent 11a1bae commit 8a539bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ Install the Contentful dependency:
<dependency>
<groupId>com.contentful.java</groupId>
<artifactId>java-sdk</artifactId>
<version>10.5.16</version>
<version>10.5.17</version>
</dependency>
```

* _Gradle_

```groovy
compile 'com.contentful.java:java-sdk:10.5.16'
compile 'com.contentful.java:java-sdk:10.5.17'
```

This library requires Java 8 (or higher version) or Android 21.
Expand Down

0 comments on commit 8a539bb

Please sign in to comment.