Skip to content

Commit

Permalink
修改框架的版本号为 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
getActivity committed Dec 18, 2024
1 parent 6aa2836 commit b7f5a8a
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 @@ -2,7 +2,7 @@

* 项目地址:[Github](https://github.com/getActivity/ShapeDrawable)

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

![](picture/demo_code.png)

Expand Down Expand Up @@ -45,7 +45,7 @@ android {
dependencies {
// ShapeDrawable:https://github.com/getActivity/ShapeDrawable
implementation 'com.github.getActivity:ShapeDrawable:3.2'
implementation 'com.github.getActivity:ShapeDrawable:3.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.hjq.shape.drawable.demo"
minSdkVersion 16
targetSdkVersion 28
versionCode 32
versionName "3.2"
versionCode 33
versionName "3.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

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 16
versionCode 32
versionName "3.2"
versionCode 33
versionName "3.3"
}

android.libraryVariants.configureEach { variant ->
Expand Down

0 comments on commit b7f5a8a

Please sign in to comment.