Skip to content

Commit 4b20af1

Browse files
committed
修改框架版本号为 9.6
1 parent 0e4a457 commit 4b20af1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* 博客介绍:[震惊,没想到 Shape 也可以这么写](https://www.jianshu.com/p/1288d8873440)
66

7-
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/ShapeView/releases/download/9.5/ShapeView.apk)
7+
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/ShapeView/releases/download/9.6/ShapeView.apk)
88

99
![](picture/demo_code.png)
1010

@@ -47,7 +47,7 @@ android {
4747
4848
dependencies {
4949
// ShapeView:https://github.com/getActivity/ShapeView
50-
implementation 'com.github.getActivity:ShapeView:9.5'
50+
implementation 'com.github.getActivity:ShapeView:9.6'
5151
// ShapeDrawable:https://github.com/getActivity/ShapeDrawable
5252
implementation 'com.github.getActivity:ShapeDrawable:3.3'
5353
}

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdkVersion 17
99
// noinspection ExpiredTargetSdkVersion
1010
targetSdkVersion 28
11-
versionCode 950
12-
versionName "9.5"
11+
versionCode 960
12+
versionName "9.6"
1313
}
1414

1515
// 支持 Java JDK 8

library/build.gradle

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

77
defaultConfig {
88
minSdkVersion 17
9-
versionCode 950
10-
versionName "9.5"
9+
versionCode 960
10+
versionName "9.6"
1111
}
1212

1313
// 支持 Java JDK 8

0 commit comments

Comments
 (0)