Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalniski authored Jan 13, 2023
1 parent 9db657e commit 76f5989
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.10</version>
<version>10.5.11</version>
</dependency>
```

* _Gradle_

```groovy
compile 'com.contentful.java:java-sdk:10.5.10'
compile 'com.contentful.java:java-sdk:10.5.11'
```

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

0 comments on commit 76f5989

Please sign in to comment.