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 22
33* 项目地址:[ Github] ( https://github.com/getActivity/ShapeDrawable )
44
5- * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/ShapeDrawable/releases/download/3.2 /ShapeDrawable.apk )
5+ * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/ShapeDrawable/releases/download/3.3 /ShapeDrawable.apk )
66
77![ ] ( picture/demo_code.png )
88
@@ -45,7 +45,7 @@ android {
4545
4646dependencies {
4747 // ShapeDrawable:https://github.com/getActivity/ShapeDrawable
48- implementation 'com.github.getActivity:ShapeDrawable:3.2 '
48+ implementation 'com.github.getActivity:ShapeDrawable:3.3 '
4949}
5050```
5151
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 applicationId " com.hjq.shape.drawable.demo"
88 minSdkVersion 16
99 targetSdkVersion 28
10- versionCode 32
11- versionName " 3.2 "
10+ versionCode 33
11+ versionName " 3.3 "
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 16
8- versionCode 32
9- versionName " 3.2 "
8+ versionCode 33
9+ versionName " 3.3 "
1010 }
1111
1212 android. libraryVariants. configureEach { variant ->
You can’t perform that action at this time.
0 commit comments