Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoyaquello committed Oct 27, 2019
1 parent 3c21bb5 commit 37ba83e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the library to your project via Gradle:

```
dependencies {
implementation 'com.ernestoyaquello.stepperform:vertical-stepper-form:2.2.1'
implementation 'com.ernestoyaquello.stepperform:vertical-stepper-form:2.2.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions vertical-stepper-form/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
siteUrl = 'https://github.com/ernestoyaquello/VerticalStepperForm'
gitUrl = 'https://github.com/ernestoyaquello/VerticalStepperForm.git'

libraryVersion = '2.2.1'
libraryVersion = '2.2.2'

developerId = 'ernestoyaquello'
developerName = 'Julio Ernesto Rodríguez Cabañas'
Expand All @@ -32,7 +32,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 15
versionCode 16
versionName libraryVersion
}

Expand Down

1 comment on commit 37ba83e

@MinGu1421
Copy link

@MinGu1421 MinGu1421 commented on 37ba83e Jan 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi
I'm interested in watching your work.

I want to put your vertical-stepper in my first app. But I do not know anything yet, because i'm bigginer. What I'm curious about is whether i should write all the java files just like the sample code you posted.

Please sign in to comment.