File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ https://medium.com/mindorks/how-to-create-custom-views-141dc0570e57
88## Setup
99
1010```
11- implementation 'com.params.stepview:stepview:1.0.1 '
11+ implementation 'com.params.stepview:stepview:1.0.2 '
1212```
1313
1414## Usage
Original file line number Diff line number Diff line change 88 publishedGroupId = ' com.params.stepview'
99 libraryName = ' stepView'
1010 artifact = ' stepview'
11- libraryVersion = ' 1.0.1 '
11+ libraryVersion = ' 1.0.2 '
1212 libraryDescription = ' An Android library written in kotlin to display steps (without any max-min limits) along with the status/description.'
1313
1414 siteUrl = ' https://github.com/params-ing/StepViewAndroid'
@@ -32,8 +32,8 @@ android {
3232 defaultConfig {
3333 minSdkVersion versions. minSdk
3434 targetSdkVersion versions. targetSdk
35- versionCode 1
36- versionName " 1.0.1 "
35+ versionCode 2
36+ versionName " 1.0.2 "
3737 }
3838
3939 buildTypes {
You can’t perform that action at this time.
0 commit comments