File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
5050dependencies {
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| 维护中 | 停止维护 | 停止维护 |
Original file line number Diff line number Diff line change 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
5454dependencies {
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| 框架维护状态 | 维护中 | 停止维护 | 停止维护 |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments