Skip to content

Commit 9946da8

Browse files
committed
Release 1.1.1
1 parent f221cb4 commit 9946da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
2929
implementation 'com.github.duanhong169:text-button:1.0.4'
3030
implementation 'com.jakewharton:butterknife:8.7.0'
31-
implementation 'com.github.duanhong169:colorpicker:1.1.0'
31+
implementation 'com.github.duanhong169:colorpicker:1.1.1'
3232
// implementation project(':colorpicker')
3333
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
3434
testImplementation 'junit:junit:4.12'

colorpicker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88
artifact = 'colorpicker'
99

1010
libraryDescription = 'A `ColorPicker` for android'
11-
libraryVersion = '1.1.0'
11+
libraryVersion = '1.1.1'
1212

1313
gitUrl = 'https://github.com/duanhong169/ColorPicker.git'
1414
siteUrl = 'https://github.com/duanhong169/ColorPicker'

0 commit comments

Comments
 (0)