File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 2.0.2 * (2015-05-07)*
5+ ----------------------------
6+ * Fix: NPE when for assets in draft state with no media (#63 )
7+ * Retrofit v1.9.0
8+ * RxJava v1.0.5
9+
10+
411Version 2.0.1 * (2014-01-05)*
512----------------------------
613 * New: Nullify unresolved links (optional)
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ Grab via Maven:
1515<dependency >
1616 <groupId >com.contentful.java</groupId >
1717 <artifactId >java-sdk</artifactId >
18- <version >2.0.1 </version >
18+ <version >2.0.2 </version >
1919</dependency >
2020```
2121or Gradle:
2222``` groovy
23- compile 'com.contentful.java:java-sdk:2.0.1 '
23+ compile 'com.contentful.java:java-sdk:2.0.2 '
2424```
2525
2626The SDK requires at minimum Java 6 or Android 2.3.
@@ -205,7 +205,7 @@ Copyright (c) 2015 Contentful GmbH. See [LICENSE.txt][6] for further details.
205205
206206
207207 [ 1 ] : https://www.contentful.com
208- [ 2 ] : https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/2.0.1 /java-sdk-2.0.1 .jar
208+ [ 2 ] : https://oss.sonatype.org/service/local/repositories/releases/content/com/contentful/java/java-sdk/2.0.2 /java-sdk-2.0.2 .jar
209209 [ 3 ] : https://contentful.github.io/contentful.java/
210210 [ 4 ] : https://www.contentful.com/developers/documentation/content-delivery-api/
211211 [ 5 ] : https://square.github.io/okhttp/
Original file line number Diff line number Diff line change 33
44 <groupId >com.contentful.java</groupId >
55 <artifactId >java-sdk</artifactId >
6- <version >2.0.2-SNAPSHOT </version >
6+ <version >2.0.2</version >
77 <packaging >jar</packaging >
88
99 <name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments