Skip to content

Commit

Permalink
release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HokoFly committed Oct 4, 2023
1 parent 5303dc8 commit 4116b72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
implementation 'io.github.hokofly:hoko-blur:1.5.1'
```

#### Static Blur
Expand Down
2 changes: 1 addition & 1 deletion doc/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Kotlin实现版本见 [HokoBlur-Kotlin](https://github.com/HokoFly/HokoBlur-Kotl
### 2. 组件版本

```groovy
implementation 'io.github.hokofly:hoko-blur:1.5.0'
implementation 'io.github.hokofly:hoko-blur:1.5.1'
```

### 3.使用姿势
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#android.useDeprecatedNdk=true

HOKO_BLUR_VERSION=1.5.0
HOKO_BLUR_VERSION=1.5.1

android.injected.testOnly=false
android.useAndroidX=true
Expand Down

0 comments on commit 4116b72

Please sign in to comment.