Skip to content

Commit 02d7911

Browse files
committed
修改框架版本号为 13.2
1 parent 572fc60 commit 02d7911

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README-en.md

Lines changed: 3 additions & 3 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.0/Toaster.apk)
7+
* [Click here to download demo apk directly](https://github.com/getActivity/Toaster/releases/download/13.2/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.0'
52+
implementation 'com.github.getActivity:Toaster:13.2'
5353
}
5454
```
5555

@@ -134,7 +134,7 @@ 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.0 | 1.30.6 | 1.5.0 |
137+
| Corresponding version | 13.2 | 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) |
139139
| Framework pack size | 33 KB | 500 KB | 50 KB |
140140
| Framework maintenance status| 维护中 | 停止维护 | 停止维护 |

README.md

Lines changed: 3 additions & 3 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.0/Toaster.apk)
9+
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/Toaster/releases/download/13.2/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.0'
56+
implementation 'com.github.getActivity:Toaster:13.2'
5757
}
5858
```
5959

@@ -138,7 +138,7 @@ 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.0 | 1.30.6 | 1.5.0 |
141+
| 对应版本 | 13.2 | 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) |
143143
| 框架体积 | 33 KB | 500 KB | 50 KB |
144144
| 框架维护状态 | 维护中 | 停止维护 | 停止维护 |

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.hjq.toast.demo"
88
minSdkVersion 17
99
targetSdkVersion 34
10-
versionCode 1300
11-
versionName "13.0"
10+
versionCode 1302
11+
versionName "13.2"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55

66
defaultConfig {
77
minSdkVersion 14
8-
versionCode 1300
9-
versionName "13.0"
8+
versionCode 1302
9+
versionName "13.2"
1010
}
1111

1212
// 使用 JDK 1.8

0 commit comments

Comments
 (0)