We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781b15a commit 5e627baCopy full SHA for 5e627ba
1 file changed
README.md
@@ -76,14 +76,14 @@ Install the Contentful dependency:
76
<dependency>
77
<groupId>com.contentful.java</groupId>
78
<artifactId>java-sdk</artifactId>
79
- <version>10.5.18</version>
+ <version>10.5.20</version>
80
</dependency>
81
```
82
83
* _Gradle_
84
85
```groovy
86
-compile 'com.contentful.java:java-sdk:10.5.18'
+compile 'com.contentful.java:java-sdk:10.5.20'
87
88
89
This library requires Java 8 (or higher version) or Android 21.
0 commit comments