diff --git a/README.md b/README.md index 2870f86..a29187b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ See the Kotlin implement [HokoBlur-Kotlin](https://github.com/HokoFly/HokoBlur-K #### Download ```groovy - implementation 'io.github.hokofly:hoko-blur:1.5.2' + implementation 'io.github.hokofly:hoko-blur:1.5.3' ``` #### Static Blur diff --git a/doc/README_CN.md b/doc/README_CN.md index d5d5bd9..6c942b6 100644 --- a/doc/README_CN.md +++ b/doc/README_CN.md @@ -17,7 +17,7 @@ Kotlin实现版本见 [HokoBlur-Kotlin](https://github.com/HokoFly/HokoBlur-Kotl ### 2. 组件版本 ```groovy - implementation 'io.github.hokofly:hoko-blur:1.5.2' + implementation 'io.github.hokofly:hoko-blur:1.5.3' ``` ### 3.使用姿势 diff --git a/gradle.properties b/gradle.properties index 45fc9e2..22f4c29 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ #android.useDeprecatedNdk=true -HOKO_BLUR_VERSION=1.5.2 +HOKO_BLUR_VERSION=1.5.3 android.injected.testOnly=false android.useAndroidX=true