Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9659f83

Browse filesBrowse files
committed
修改框架的版本号为 9.3
1 parent 14bea4a commit 9659f83
Copy full SHA for 9659f83

File tree

Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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.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
4848
dependencies {
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
}
Collapse file

‎app/build.gradle‎

Copy file name to clipboardExpand all lines: app/build.gradle
+2-2Lines 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 920
12-
versionName "9.2"
11+
versionCode 930
12+
versionName "9.3"
1313
}
1414

1515
// 支持 Java JDK 8
Collapse file

‎library/build.gradle‎

Copy file name to clipboardExpand all lines: library/build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.