diff --git a/README.md b/README.md index d296f63..ef4f7a0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ allprojects { And add a dependency code to your **module**'s `build.gradle` file. ```gradle dependencies { - implementation "com.github.skydoves:colorpickerview:2.2.3" + implementation "com.github.skydoves:colorpickerview:2.2.4" } ``` diff --git a/gradle.properties b/gradle.properties index 73586f8..46bf6ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 GROUP=com.github.skydoves POM_PACKAGING=aar -VERSION_NAME=2.2.4-SNAPSHOT +VERSION_NAME=2.2.5-SNAPSHOT POM_ARTIFACT_ID=colorpickerview POM_NAME=colorpickerview