Skip to content

Commit 97780bc

Browse files
committed
Released a new version 2.0.4
1 parent 6428c52 commit 97780bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Could get HSV color, RGB values, Html color code from your gallery pictures or c
1717
#### build.gradle
1818
```gradle
1919
dependencies {
20-
implementation "com.github.skydoves:colorpickerpreference:2.0.3"
20+
implementation "com.github.skydoves:colorpickerpreference:2.0.4"
2121
}
2222
```
2323

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ext.versions = [
22
minSdk : 16,
33
compileSdk : 30,
4-
versionCode : 14,
5-
versionName : '2.0.3',
4+
versionCode : 15,
5+
versionName : '2.0.4',
66

77
gradleBuildTool: '3.6.3',
88
spotlessGradle : '5.3.0',

0 commit comments

Comments
 (0)