File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Android稳定高效的浮层创建管理框架。
33
33
``` groovy
34
34
maven { url "https://www.jitpack.io" }
35
35
36
- // 使用4.1.5及以后版本必须添加 ,因高斯模糊用到的VisualEffect库暂时只发布在gitee仓库
36
+ // 使用4.1.5和4.1.6必须添加 ,因高斯模糊用到的VisualEffect库暂时只发布在gitee仓库
37
37
// maven { url "https://gitee.com/goweii/maven-repository/raw/master/releases/" }
38
38
```
39
39
@@ -52,6 +52,8 @@ implementation "com.github.goweii:AnyLayer:$version"
52
52
// implementation "com.github.goweii.AnyLayer:anylayer-ext:$version"
53
53
// Kotlin扩展库(依赖基础库和扩展库)
54
54
// implementation "com.github.goweii.AnyLayer:anylayer-ktx:$version"
55
+ // 视图效果库(高斯模糊和阴影布局)
56
+ // implementation "com.github.goweii.AnyLayer:anylayer-effect:$version"
55
57
// 自动初始化(依赖基础库和Jetpack Startup)
56
58
// implementation "com.github.goweii.AnyLayer:anylayer-startup:$version"
57
59
```
@@ -62,6 +64,7 @@ implementation "com.github.goweii:AnyLayer:$version"
62
64
- anylayer:核心功能,所有浮层效果的实现
63
65
- anylayer-ext:扩展功能,比如通用的动画实现和监听器的默认实现
64
66
- anylayer-ktx:Kotlin扩展,方便再kt环境实现链式调用
67
+ - anylayer-effect:视图效果库,高斯模糊和阴影布局
65
68
- anylayer-startup:Jetpack Startup实现
66
69
- anylayer-startup依赖于Jetpack Startup,需要自行引入。而且Jetpack Startup仅支持androidx,如果引用的是x.x.x-support需要自己在application初始化
67
70
You can’t perform that action at this time.
0 commit comments