Skip to content

Commit

Permalink
update build.gradle and changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhizi715 committed Feb 22, 2021
1 parent f088345 commit 4d42442
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
RxCache
===

Version 2.0.1
---
2021-02-22
* 优化代码逻辑以及 Memory 中生成 CacheStatistics 的方式

Version 2.0.0
---
2021-02-19
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {

buildscript {
ext.kotlin_version = '1.4.30'
ext.rxcache_version = '2.0.0'
ext.rxcache_version = '2.0.1'

repositories {
jcenter()
Expand Down

0 comments on commit 4d42442

Please sign in to comment.