Skip to content

Commit 341cfd3

Browse files
committed
Release a new verison 2.0.1
1 parent 0c74c00 commit 341cfd3

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.0"
20+
implementation "com.github.skydoves:colorpickerpreference:2.0.1"
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 : 29,
4-
versionCode : 11,
5-
versionName : '2.0.0',
4+
versionCode : 12,
5+
versionName : '2.0.1',
66

77
gradleBuildTool : '3.5.3',
88
spotlessGradle : '4.5.1',

0 commit comments

Comments
 (0)