Skip to content

Commit d2fe0e9

Browse files
committed
修改框架版本号为 13.8
1 parent b5755b2 commit d2fe0e9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README-en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* Project address: [Github](https://github.com/getActivity/Toaster)
66

7-
* [Click here to download demo apk directly](https://github.com/getActivity/Toaster/releases/download/13.6/Toaster.apk)
7+
* [Click here to download demo apk directly](https://github.com/getActivity/Toaster/releases/download/13.8/Toaster.apk)
88

99
![](picture/en/demo_toast_activity.jpg) ![](picture/en/demo_toast_style_white.jpg) ![](picture/en/demo_toast_style_black.jpg)
1010

@@ -49,7 +49,7 @@ android {
4949
5050
dependencies {
5151
// Toast framework:https://github.com/getActivity/Toaster
52-
implementation 'com.github.getActivity:Toaster:13.6'
52+
implementation 'com.github.getActivity:Toaster:13.8'
5353
}
5454
```
5555

@@ -134,9 +134,9 @@ Toaster.getInterceptor();
134134

135135
| Function or detail | [Toaster](https://github.com/getActivity/Toaster) |[ AndroidUtilCode-ToastUtils ](https://github.com/Blankj/AndroidUtilCode)| [Toasty](https://github.com/GrenderG/Toasty) |
136136
| :----: | :------: | :-----: | :-----: |
137-
| Corresponding version | 13.6 | 1.30.6 | 1.5.0 |
137+
| Corresponding version | 13.8 | 1.30.6 | 1.5.0 |
138138
| Number of issues | [![](https://img.shields.io/github/issues/getActivity/Toaster.svg)](https://github.com/getActivity/Toaster/issues) |[![](https://img.shields.io/github/issues/Blankj/AndroidUtilCode.svg)](https://github.com/Blankj/AndroidUtilCode/issues)| [![](https://img.shields.io/github/issues/GrenderG/Toasty.svg)](https://github.com/GrenderG/Toasty/issues) |
139-
| Framework pack size | 33 KB | 500 KB | 50 KB |
139+
| Framework pack size | 34 KB | 500 KB | 50 KB |
140140
| Framework maintenance status| 维护中 | 停止维护 | 停止维护 |
141141
| Call code trace ||||
142142
| Support calling display in sub-threads ||||

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* 博客地址:[只需体验三分钟,你就会跟我一样,爱上这款 Toast](https://www.jianshu.com/p/9b174ee2c571)
88

9-
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/Toaster/releases/download/13.6/Toaster.apk)
9+
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/Toaster/releases/download/13.8/Toaster.apk)
1010

1111
![](picture/zh/download_demo_apk_qr_code.png)
1212

@@ -53,7 +53,7 @@ android {
5353
5454
dependencies {
5555
// 吐司框架:https://github.com/getActivity/Toaster
56-
implementation 'com.github.getActivity:Toaster:13.6'
56+
implementation 'com.github.getActivity:Toaster:13.8'
5757
}
5858
```
5959

@@ -138,9 +138,9 @@ Toaster.getInterceptor();
138138

139139
| 功能或细节 | [Toaster](https://github.com/getActivity/Toaster) | [AndroidUtilCode-ToastUtils](https://github.com/Blankj/AndroidUtilCode) | [Toasty](https://github.com/GrenderG/Toasty) |
140140
| :----: | :------: | :-----: | :-----: |
141-
| 对应版本 | 13.6 | 1.30.6 | 1.5.0 |
141+
| 对应版本 | 13.8 | 1.30.6 | 1.5.0 |
142142
| issues 数 | [![](https://img.shields.io/github/issues/getActivity/Toaster.svg)](https://github.com/getActivity/Toaster/issues) | [![](https://img.shields.io/github/issues/Blankj/AndroidUtilCode.svg)](https://github.com/Blankj/AndroidUtilCode/issues) | [![](https://img.shields.io/github/issues/GrenderG/Toasty.svg)](https://github.com/GrenderG/Toasty/issues) |
143-
| 框架体积 | 33 KB | 500 KB | 50 KB |
143+
| 框架体积 | 34 KB | 500 KB | 50 KB |
144144
| 框架维护状态 | 维护中 | 停止维护 | 停止维护 |
145145
| 调用代码定位 ||||
146146
| 支持在子线程中调用显示 ||||

common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
// Android 版本适配指南:https://github.com/getActivity/AndroidVersionAdapter
88
targetSdk 36
9-
versionCode 1306
10-
versionName "13.6"
9+
versionCode 1308
10+
versionName "13.8"
1111
}
1212

1313
// 支持 Java JDK 8

0 commit comments

Comments
 (0)