Skip to content

Commit 8753c4a

Browse files
committed
Release a new version 2.0.5
1 parent 663ab1a commit 8753c4a

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
@@ -19,7 +19,7 @@ Could get HSV color, RGB values, Html color code from your gallery pictures or c
1919
#### build.gradle
2020
```gradle
2121
dependencies {
22-
implementation "com.github.skydoves:colorpickerpreference:2.0.4"
22+
implementation "com.github.skydoves:colorpickerpreference:2.0.5"
2323
}
2424
```
2525

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 : 15,
5-
versionName : '2.0.4',
4+
versionCode : 16,
5+
versionName : '2.0.5',
66

77
gradleBuildTool: '4.1.0',
88
spotlessGradle : '5.8.0',

0 commit comments

Comments
 (0)