We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45b01b6 + f5a308d commit 757c1d1Copy full SHA for 757c1d1
README.md
@@ -1,5 +1,7 @@
1
# CachePot - Android Simple Data Cache
2
3
+[  ](https://bintray.com/kimkevin/maven/com.github.kimkevin%3Acachepot/_latestVersion)
4
+
5
CachePot is a simple open source for data cache management and passing data object between Fragments without Pacelable and Serializable.
6
7
> WARNING: It would be inappropriate to pass data both ways between different android applications, it's a better way to use `Intent` properly.
@@ -14,7 +16,7 @@ repositories {
14
16
}
15
17
18
dependencies {
- compile 'com.github.kimkevin:cachepot:1.0.0'
19
+ compile 'com.github.kimkevin:cachepot:1.0.1'
20
21
```
22
0 commit comments