File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44
55* Project address: [ Github] ( https://github.com/getActivity/EasyWindow )
66
7- * [ Click here to download demo apk directly] ( https://github.com/getActivity/EasyWindow/releases/download/13.0 /EasyWindow.apk )
7+ * [ Click here to download demo apk directly] ( https://github.com/getActivity/EasyWindow/releases/download/13.2 /EasyWindow.apk )
88
99![ ] ( picture/en/dynamic_figure.gif )
1010
@@ -47,7 +47,7 @@ android {
4747
4848dependencies {
4949 // Floating window framework:https://github.com/getActivity/EasyWindow
50- implementation 'com.github.getActivity:EasyWindow:13.0 '
50+ implementation 'com.github.getActivity:EasyWindow:13.2 '
5151}
5252```
5353
Original file line number Diff line number Diff line change 66
77* 博客地址:[ 悬浮窗需求终结者] ( https://www.jianshu.com/p/247d705b87b6 )
88
9- * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/EasyWindow/releases/download/13.0 /EasyWindow.apk )
9+ * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/EasyWindow/releases/download/13.2 /EasyWindow.apk )
1010
1111![ ] ( picture/zh/demo_code.png )
1212
@@ -51,7 +51,7 @@ android {
5151
5252dependencies {
5353 // 悬浮窗框架:https://github.com/getActivity/EasyWindow
54- implementation 'com.github.getActivity:EasyWindow:13.0 '
54+ implementation 'com.github.getActivity:EasyWindow:13.2 '
5555}
5656```
5757
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 applicationId " com.hjq.window.demo"
88 minSdkVersion 18
99 targetSdkVersion 28
10- versionCode 1300
11- versionName " 13.0 "
10+ versionCode 1302
11+ versionName " 13.2 "
1212 }
1313
1414 // 支持 Java JDK 8
@@ -65,7 +65,7 @@ dependencies {
6565 implementation ' com.github.getActivity:TitleBar:10.6'
6666
6767 // 吐司框架:https://github.com/getActivity/Toaster
68- implementation ' com.github.getActivity:Toaster:13.0 '
68+ implementation ' com.github.getActivity:Toaster:13.2 '
6969
7070 // 内存泄漏捕捉:https://github.com/square/leakcanary
7171 debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.12'
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