Skip to content

Commit

Permalink
修改框架的版本号为 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
getActivity committed Dec 21, 2024
1 parent 14bea4a commit 9659f83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

![](picture/demo_code.png)

Expand Down Expand Up @@ -47,7 +47,7 @@ android {
dependencies {
// ShapeView:https://github.com/getActivity/ShapeView
implementation 'com.github.getActivity:ShapeView:9.2'
implementation 'com.github.getActivity:ShapeView:9.3'
// ShapeDrawable:https://github.com/getActivity/ShapeDrawable
implementation 'com.github.getActivity:ShapeDrawable:3.2'
}
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 17
// noinspection ExpiredTargetSdkVersion
targetSdkVersion 28
versionCode 920
versionName "9.2"
versionCode 930
versionName "9.3"
}

// 支持 Java JDK 8
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {

defaultConfig {
minSdkVersion 17
versionCode 920
versionName "9.2"
versionCode 930
versionName "9.3"
}

// 支持 Java JDK 8
Expand Down

0 comments on commit 9659f83

Please sign in to comment.