File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 1.0.10 * (2014-11-28)*
5+ -----------------------------
6+ * Fix: RxJava now defers to IO thread.
7+
8+
49Version 1.0.9 * (2014-11-25)*
510----------------------------
611 * Fix: Sync paging iteration.
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ Grab via Maven:
1616<dependency >
1717 <groupId >com.contentful.java</groupId >
1818 <artifactId >java-sdk</artifactId >
19- <version >1.0.9 </version >
19+ <version >1.0.10 </version >
2020</dependency >
2121```
2222or Gradle:
2323``` groovy
24- compile 'com.contentful.java:java-sdk:1.0.9 '
24+ compile 'com.contentful.java:java-sdk:1.0.10 '
2525```
2626
2727The SDK requires at minimum Java 6 or Android 2.3.
@@ -164,7 +164,7 @@ Copyright (c) 2014 Contentful GmbH. See [LICENSE.txt][6] for further details.
164164
165165
166166 [ 1 ] : https://www.contentful.com
167- [ 2 ] : https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/1.0.9 /java-sdk-1.0.9 .jar
167+ [ 2 ] : https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/1.0.10 /java-sdk-1.0.10 .jar
168168 [ 3 ] : https://contentful.github.io/contentful.java/
169169 [ 4 ] : https://www.contentful.com/developers/documentation/content-delivery-api/
170170 [ 5 ] : https://square.github.io/okhttp/
Original file line number Diff line number Diff line change 66 <groupId >com.contentful.java</groupId >
77 <artifactId >java-sdk</artifactId >
88 <packaging >jar</packaging >
9- <version >1.0.10-SNAPSHOT </version >
9+ <version >1.0.10</version >
1010
1111 <name >${project.groupId} :${project.artifactId} </name >
1212 <description >Java SDK for Contentful's Content Delivery API.</description >
You can’t perform that action at this time.
0 commit comments