Skip to content

Commit 99516ac

Browse files
authored
Update README.md
1 parent 0b9194d commit 99516ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Android稳定高效的浮层创建管理框架。
3333
```groovy
3434
maven { url "https://www.jitpack.io" }
3535
36-
// 使用4.1.5及以后版本必须添加,因高斯模糊用到的VisualEffect库暂时只发布在gitee仓库
36+
// 使用4.1.5和4.1.6必须添加,因高斯模糊用到的VisualEffect库暂时只发布在gitee仓库
3737
// maven { url "https://gitee.com/goweii/maven-repository/raw/master/releases/" }
3838
```
3939

@@ -52,6 +52,8 @@ implementation "com.github.goweii:AnyLayer:$version"
5252
// implementation "com.github.goweii.AnyLayer:anylayer-ext:$version"
5353
// Kotlin扩展库(依赖基础库和扩展库)
5454
// implementation "com.github.goweii.AnyLayer:anylayer-ktx:$version"
55+
// 视图效果库(高斯模糊和阴影布局)
56+
// implementation "com.github.goweii.AnyLayer:anylayer-effect:$version"
5557
// 自动初始化(依赖基础库和Jetpack Startup)
5658
// implementation "com.github.goweii.AnyLayer:anylayer-startup:$version"
5759
```
@@ -62,6 +64,7 @@ implementation "com.github.goweii:AnyLayer:$version"
6264
- anylayer:核心功能,所有浮层效果的实现
6365
- anylayer-ext:扩展功能,比如通用的动画实现和监听器的默认实现
6466
- anylayer-ktx:Kotlin扩展,方便再kt环境实现链式调用
67+
- anylayer-effect:视图效果库,高斯模糊和阴影布局
6568
- anylayer-startup:Jetpack Startup实现
6669
- anylayer-startup依赖于Jetpack Startup,需要自行引入。而且Jetpack Startup仅支持androidx,如果引用的是x.x.x-support需要自己在application初始化
6770

0 commit comments

Comments
 (0)