We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6434df6 commit 58e2ed6Copy full SHA for 58e2ed6
README.md
@@ -35,7 +35,7 @@ allprojects {
35
And add a dependency code to your **module**'s `build.gradle` file.
36
```gradle
37
dependencies {
38
- implementation "com.github.skydoves:colorpickerview:2.2.2"
+ implementation "com.github.skydoves:colorpickerview:2.2.3"
39
}
40
```
41
gradle.properties
@@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
31
GROUP=com.github.skydoves
32
POM_PACKAGING=aar
33
34
-VERSION_NAME=2.2.3-SNAPSHOT
+VERSION_NAME=2.2.4-SNAPSHOT
POM_ARTIFACT_ID=colorpickerview
POM_NAME=colorpickerview
0 commit comments