Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
goweii committed Dec 13, 2020
1 parent e70afc7 commit 98df9d0
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ allprojects {
// build.gradle(Module:)
dependencies {
// 完整引入,二选一
implementation 'com.github.goweii:AnyLayer:4.0.0-androidx'
implementation 'com.github.goweii:AnyLayer:4.0.0-support'
implementation 'com.github.goweii:AnyLayer:4.1.0-androidx'
implementation 'com.github.goweii:AnyLayer:4.1.0-support'
// 基础库
// implementation 'com.github.goweii.AnyLayer:anylayer:4.0.0-androidx'
// implementation 'com.github.goweii.AnyLayer:anylayer:4.1.0-androidx'
// 扩展库(依赖基础库)
// implementation 'com.github.goweii.AnyLayer:anylayer-ext:4.0.0-androidx'
// implementation 'com.github.goweii.AnyLayer:anylayer-ext:4.1.0-androidx'
// kotlin扩展库(依赖基础库和扩展库)
// implementation 'com.github.goweii.AnyLayer:anylayer-ktx:4.0.0-androidx'
// implementation 'com.github.goweii.AnyLayer:anylayer-ktx:4.1.0-androidx'
// 通用弹窗(依赖基础库)
// implementation 'com.github.goweii.AnyLayer:anylayer-common:2.5.0'
}
Expand All @@ -137,6 +137,15 @@ dependencies {

[点击查看详细更新说明](https://github.com/goweii/AnyLayer/releases)

### 4.1.0

- 适配分屏小窗和横竖屏切换
- 新增设置通知最大宽高
- 新增3组对其方式
- 新增吐司自定义布局
- 吐司和通知默认布局适配暗色模式
- 修复一些代码错误

### 4.0.0

- 重构包结构
Expand Down

0 comments on commit 98df9d0

Please sign in to comment.