Skip to content

Commit

Permalink
change version;
Browse files Browse the repository at this point in the history
  • Loading branch information
OCNYang committed Sep 21, 2023
1 parent 1ac78b0 commit af91716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- [x] **折叠功能** 点击店铺标题,折叠起对应的商品条目;
- [ ] 添加折叠效果的动画效果

[![Version Code](https://img.shields.io/badge/Version%20Code-1.0.6-brightgreen.svg)](https://github.com/OCNYang/CartLayout/releases)
[![Version Code](https://img.shields.io/badge/Version%20Code-1.0.7-brightgreen.svg)](https://github.com/OCNYang/CartLayout/releases)

<img src="https://cdn.jsdelivr.net/gh/ocnyang/CartLayout@master/README_Res/CartAdapter.png" width = "400" alt="CartAdapter效果图" align=center />

Expand All @@ -41,7 +41,7 @@ Add it in your root build.gradle at the end of repositories:
### Step 2. Add the dependency

dependencies {
implementation 'com.github.OCNYang:CartLayout:v1.0.6'
implementation 'com.github.OCNYang:CartLayout:v1.0.7'
}

## 使用方法:
Expand Down
6 changes: 3 additions & 3 deletions cartlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 31
versionCode 6
versionName "1.0.6"
versionCode 7
versionName "1.0.7"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down Expand Up @@ -41,7 +41,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.ocnyang' //your git id
artifactId = 'cartlayout' //your-repository
version = '1.0.6' // As same as the Tag
version = '1.0.7' // As same as the Tag
}
}
}
Expand Down

0 comments on commit af91716

Please sign in to comment.