Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbrison committed Dec 24, 2016
1 parent 30f7365 commit 193003c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ What's new in 3.0.0
===================
- Only one dependency to [DiskLruCache](https://github.com/JakeWharton/DiskLruCache) because apk size matters.
- Non coupled serializer, with cleaner implementation. Previously `default` json serializer
is now a specific serializer which is available at `com.vincentbrison.openlibraries.android:dualcache-jsonserializer:3.0.0`.
is now a specific serializer which is available at `com.vincentbrison.openlibraries.android:dualcache-jsonserializer:3.1.1`.
- Internal optimizations for better performances.
- All the configuration is now done through `Builder`.
- Better access modifiers to fully hide internal classes.
Expand Down Expand Up @@ -93,9 +93,9 @@ android {
}
dependencies {
compile 'com.vincentbrison.openlibraries.android:dualcache:3.0.0'
compile 'com.vincentbrison.openlibraries.android:dualcache:3.1.1'
//compile 'com.vincentbrison.openlibraries.android:dualcache-jsonserializer:3.0.0' // If you
//compile 'com.vincentbrison.openlibraries.android:dualcache-jsonserializer:3.1.1' // If you
// want a ready to use json serializer
}
```
Expand Down

0 comments on commit 193003c

Please sign in to comment.