diff --git a/README.md b/README.md index a807c15..bcf1a61 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/vertical-stepper-form/build.gradle b/vertical-stepper-form/build.gradle index 9b0e3f5..1bfabbd 100644 --- a/vertical-stepper-form/build.gradle +++ b/vertical-stepper-form/build.gradle @@ -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' @@ -32,7 +32,7 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 29 - versionCode 15 + versionCode 16 versionName libraryVersion }