File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/main/java/com/contentful/java/cda Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ Install the Contentful dependency:
7676<dependency >
7777 <groupId >com.contentful.java</groupId >
7878 <artifactId >java-sdk</artifactId >
79- <version >10.5.25 </version >
79+ <version >10.5.26 </version >
8080</dependency >
8181```
8282
8383* _ Gradle_
8484
8585``` groovy
86- compile 'com.contentful.java:java-sdk:10.5.25 '
86+ compile 'com.contentful.java:java-sdk:10.5.26 '
8787```
8888
8989This library requires Java 8 (or higher version) or Android 21.
Original file line number Diff line number Diff line change 33
44 <groupId >com.contentful.java</groupId >
55 <artifactId >java-sdk</artifactId >
6- <version >10.5.25 </version >
6+ <version >10.5.26 </version >
77 <packaging >jar</packaging >
88
99 <name >${project.groupId} :${project.artifactId} </name >
Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ public Query withContentType(String contentType) {
7575
7676 /**
7777 * Requesting content with specific locale.
78- * If the locale contains Unicode extension tags (e.g., "en-CA-u-fw-sun-mu-celsius") they will be stripped.
78+ * If the locale contains Unicode extension tags
79+ * (e.g., "en-CA-u-fw-sun-mu-celsius") they will be stripped.
7980 *
8081 * @param locale the locale to be used.
8182 * @return the calling query for chaining.
You can’t perform that action at this time.
0 commit comments