|
6 | 6 |
|
7 | 7 | * 博客地址:[只需体验三分钟,你就会跟我一样,爱上这款 Toast](https://www.jianshu.com/p/9b174ee2c571) |
8 | 8 |
|
9 | | -* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/Toaster/releases/download/12.0/Toaster.apk) |
| 9 | +* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/Toaster/releases/download/12.2/Toaster.apk) |
10 | 10 |
|
11 | 11 |  |
12 | 12 |
|
@@ -53,7 +53,7 @@ android { |
53 | 53 |
|
54 | 54 | dependencies { |
55 | 55 | // 吐司框架:https://github.com/getActivity/Toaster |
56 | | - implementation 'com.github.getActivity:Toaster:12.0' |
| 56 | + implementation 'com.github.getActivity:Toaster:12.2' |
57 | 57 | } |
58 | 58 | ``` |
59 | 59 |
|
@@ -138,9 +138,9 @@ Toaster.getInterceptor(); |
138 | 138 |
|
139 | 139 | | 功能或细节 | [Toaster](https://github.com/getActivity/Toaster) | [AndroidUtilCode-ToastUtils](https://github.com/Blankj/AndroidUtilCode) | [Toasty](https://github.com/GrenderG/Toasty) | |
140 | 140 | | :----: | :------: | :-----: | :-----: | |
141 | | -| 对应版本 | 12.0 | 1.30.6 | 1.5.0 | |
| 141 | +| 对应版本 | 12.2 | 1.30.6 | 1.5.0 | |
142 | 142 | | issues 数 | [](https://github.com/getActivity/Toaster/issues) | [](https://github.com/Blankj/AndroidUtilCode/issues) | [](https://github.com/GrenderG/Toasty/issues) | |
143 | | -| 框架体积 | 31 KB | 500 KB | 50 KB | |
| 143 | +| 框架体积 | 32 KB | 500 KB | 50 KB | |
144 | 144 | | 框架维护状态 | 维护中 | 停止维护 | 停止维护 | |
145 | 145 | | 调用代码定位 | ✅ | ❌ | ❌ | |
146 | 146 | | 支持在子线程中调用显示 | ✅ | ✅ | ❌ | |
@@ -264,6 +264,8 @@ new Toast |
264 | 264 |
|
265 | 265 | * 表情包大集合:[EmojiPackage](https://github.com/getActivity/EmojiPackage)   |
266 | 266 |
|
| 267 | +* AI 资源大汇总:[AiIndex](https://github.com/getActivity/AiIndex)   |
| 268 | + |
267 | 269 | * 省市区 Json 数据:[ProvinceJson](https://github.com/getActivity/ProvinceJson)   |
268 | 270 |
|
269 | 271 | * Markdown 语法文档:[MarkdownDoc](https://github.com/getActivity/MarkdownDoc)   |
|
0 commit comments