diff --git a/utilcode/README-CN.md b/utilcode/README-CN.md index 0595b58c38dec990c3ac2116162b77c5e0a5b330..9a33d2f2f667da45cee7de385651305b8af2c6e5 100644 --- a/utilcode/README-CN.md +++ b/utilcode/README-CN.md @@ -5,7 +5,7 @@ Gradle: implementation 'com.blankj:utilcode:1.24.1' // if u use AndroidX, use the following -implementation 'com.blankj:utilcodex:1.24.0' +implementation 'com.blankj:utilcodex:1.24.1' ``` diff --git a/utilcode/README.md b/utilcode/README.md index a7a04a84d660138e40407d5aaee0d97e784ee43b..c1f2039d2b98d674ce6c34630e3e900fb880767e 100644 --- a/utilcode/README.md +++ b/utilcode/README.md @@ -5,7 +5,7 @@ Gradle: implementation 'com.blankj:utilcode:1.24.1' // if u use AndroidX, use the following -implementation 'com.blankj:utilcodex:1.24.0' +implementation 'com.blankj:utilcodex:1.24.1' ```