Skip to content

Commit a7f485b

Browse files
committed
修改框架版本号为 10.0
1 parent 86c82a8 commit a7f485b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README-en.md

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

77
* [Click here to download demo apk directly](https://www.jianshu.com/p/1288d8873440)
88

9-
* You can scan the code to download the Demo for demonstration or testing. If you can't download it by scanning, [click here to download directly](https://github.com/getActivity/ShapeView/releases/download/9.8/ShapeView.apk)
9+
* You can scan the code to download the Demo for demonstration or testing. If you can't download it by scanning, [click here to download directly](https://github.com/getActivity/ShapeView/releases/download/10.0/ShapeView.apk)
1010

1111
![](picture/en/long_screenshots.jpg)
1212

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

README.md

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

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

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

1111
![](picture/zh/demo_code.png)
1212

@@ -49,7 +49,7 @@ android {
4949
5050
dependencies {
5151
// ShapeView:https://github.com/getActivity/ShapeView
52-
implementation 'com.github.getActivity:ShapeView:9.8'
52+
implementation 'com.github.getActivity:ShapeView:10.0'
5353
// ShapeDrawable:https://github.com/getActivity/ShapeDrawable
5454
implementation 'com.github.getActivity:ShapeDrawable:3.3'
5555
}

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 980
12-
versionName "9.8"
11+
versionCode 1000
12+
versionName "10.0"
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 980
10-
versionName "9.8"
9+
versionCode 1000
10+
versionName "10.0"
1111
}
1212

1313
// 支持 Java JDK 8

0 commit comments

Comments
 (0)