Skip to content

Commit 7be88d0

Browse files
committed
Release 1.1.6
1 parent b09b8b2 commit 7be88d0

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.3'
2929
implementation 'com.github.duanhong169:text-button:1.0.5'
3030
implementation 'com.jakewharton:butterknife:8.8.1'
31-
// implementation 'com.github.duanhong169:colorpicker:1.1.5'
31+
// implementation 'com.github.duanhong169:colorpicker:1.1.6'
3232
implementation project(':colorpicker')
3333
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
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.5'
11+
libraryVersion = '1.1.6'
1212

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

0 commit comments

Comments
 (0)