mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Update changelog for 1.5
This commit is contained in:
15
README.md
15
README.md
@@ -481,17 +481,28 @@ Download [the latest JAR][dl] or depend via Maven:
|
||||
<dependency>
|
||||
<groupId>com.squareup.moshi</groupId>
|
||||
<artifactId>moshi</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
```
|
||||
or Gradle:
|
||||
```groovy
|
||||
compile 'com.squareup.moshi:moshi:1.4.0'
|
||||
compile 'com.squareup.moshi:moshi:1.5.0'
|
||||
```
|
||||
|
||||
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
|
||||
|
||||
|
||||
ProGuard
|
||||
--------
|
||||
|
||||
If you are using ProGuard you might need to add the following options:
|
||||
```
|
||||
-dontwarn okio.**
|
||||
-dontwarn javax.annotation.Nullable
|
||||
-dontwarn javax.annotation.ParametersAreNonnullByDefault
|
||||
```
|
||||
|
||||
|
||||
License
|
||||
--------
|
||||
|
||||
|
Reference in New Issue
Block a user