File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55* 博客介绍:[ 震惊,没想到 Shape 也可以这么写] ( https://www.jianshu.com/p/1288d8873440 )
66
7- * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/ShapeView/releases/download/9.2 /ShapeView.apk )
7+ * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/ShapeView/releases/download/9.3 /ShapeView.apk )
88
99![ ] ( picture/demo_code.png )
1010
@@ -47,7 +47,7 @@ android {
4747
4848dependencies {
4949 // ShapeView:https://github.com/getActivity/ShapeView
50- implementation 'com.github.getActivity:ShapeView:9.2 '
50+ implementation 'com.github.getActivity:ShapeView:9.3 '
5151 // ShapeDrawable:https://github.com/getActivity/ShapeDrawable
5252 implementation 'com.github.getActivity:ShapeDrawable:3.2'
5353}
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 minSdkVersion 17
99 // noinspection ExpiredTargetSdkVersion
1010 targetSdkVersion 28
11- versionCode 920
12- versionName " 9.2 "
11+ versionCode 930
12+ versionName " 9.3 "
1313 }
1414
1515 // 支持 Java JDK 8
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ android {
55
66 defaultConfig {
77 minSdkVersion 17
8- versionCode 920
9- versionName " 9.2 "
8+ versionCode 930
9+ versionName " 9.3 "
1010 }
1111
1212 // 支持 Java JDK 8
You can’t perform that action at this time.
0 commit comments