Skip to content

Commit

Permalink
Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhong169 committed Jan 16, 2019
1 parent b09b8b2 commit 7be88d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.github.duanhong169:text-button:1.0.5'
implementation 'com.jakewharton:butterknife:8.8.1'
// implementation 'com.github.duanhong169:colorpicker:1.1.5'
// implementation 'com.github.duanhong169:colorpicker:1.1.6'
implementation project(':colorpicker')
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
testImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion colorpicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
artifact = 'colorpicker'

libraryDescription = 'A `ColorPicker` for android'
libraryVersion = '1.1.5'
libraryVersion = '1.1.6'

gitUrl = 'https://github.com/duanhong169/ColorPicker.git'
siteUrl = 'https://github.com/duanhong169/ColorPicker'
Expand Down

0 comments on commit 7be88d0

Please sign in to comment.