Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
feature-增加Stepper自定义控件
  • Loading branch information
wxw-9527 committed Dec 30, 2022
1 parent 45df653 commit b6f5595
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ dependencyResolutionManagement {

```groovy
dependencies {
implementation 'com.github.wxw-9527:MvpArms:1.1.7'
implementation 'com.github.wxw-9527:MvpArms:1.1.8'
}
```
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.rouxinpai.demo"
minSdk 21
targetSdk 33
versionCode 116
versionName "1.1.7"
versionCode 118
versionName "1.1.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions arms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@ dependencies {
api 'io.github.shashank02051997:FancyToast:2.0.2'
// 日历
api 'com.github.wxw-9527:CalendarView:1.0.3'
// 步进器
api 'com.github.wxw-9527:Stepper:1.0.0'
}

0 comments on commit b6f5595

Please sign in to comment.