Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Mar 15, 2024
1 parent 12daf1e commit c8df6c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ allprojects {
```gradle
dependencies {
//必选项
implementation 'io.github.FlyJingFish:GraphicsDrawable:1.0.0'
implementation 'io.github.FlyJingFish:GraphicsDrawable:1.0.1'
//可选项,如果您使用 Glide 则使用这个
implementation 'io.github.FlyJingFish:GraphicsDrawableGlideLib:1.0.0'
implementation 'io.github.FlyJingFish:GraphicsDrawableGlideLib:1.0.1'
//可选项,如果您使用 Coil 则使用这个
implementation 'io.github.FlyJingFish:GraphicsDrawableCoilLib:1.0.0'
implementation 'io.github.FlyJingFish:GraphicsDrawableCoilLib:1.0.1'
}
```
## 第三步,使用说明
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Wed Mar 13 14:32:13 CST 2024
PROJ_VERSION=1.0.0
#Fri Mar 15 23:39:02 CST 2024
PROJ_VERSION=1.0.1

0 comments on commit c8df6c6

Please sign in to comment.