Skip to content

Commit 757c1d1

Browse files
committed
Merge branch 'master' of https://github.com/kimkevin/CachePot
2 parents 45b01b6 + f5a308d commit 757c1d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CachePot - Android Simple Data Cache
22

3+
[ ![Download](https://api.bintray.com/packages/kimkevin/maven/com.github.kimkevin%3Acachepot/images/download.svg) ](https://bintray.com/kimkevin/maven/com.github.kimkevin%3Acachepot/_latestVersion)
4+
35
CachePot is a simple open source for data cache management and passing data object between Fragments without Pacelable and Serializable.
46

57
> 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 {
1416
}
1517

1618
dependencies {
17-
compile 'com.github.kimkevin:cachepot:1.0.0'
19+
compile 'com.github.kimkevin:cachepot:1.0.1'
1820
}
1921
```
2022

0 commit comments

Comments
 (0)