We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4fb2c commit 2199af0Copy full SHA for 2199af0
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.17</version>
+ <version>10.5.18</version>
80
</dependency>
81
```
82
83
* _Gradle_
84
85
```groovy
86
-compile 'com.contentful.java:java-sdk:10.5.17'
+compile 'com.contentful.java:java-sdk:10.5.18'
87
88
89
This library requires Java 8 (or higher version) or Android 21.
0 commit comments