Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhong169 committed Aug 13, 2018
1 parent 0bc7230 commit 3baab88
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 @@ -33,7 +33,7 @@ dependencies {
implementation 'me.weishu:free_reflection:1.2.0'
implementation 'com.github.duanhong169:text-button:1.0.5'
implementation 'com.github.duanhong169:checkerboarddrawable:1.0.2'
implementation 'com.github.duanhong169:drawabletoolbox:1.0.4'
implementation 'com.github.duanhong169:drawabletoolbox:1.0.5'
// implementation project(':drawabletoolbox')
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion drawabletoolbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {

libraryName = 'DrawableToolbox'
libraryDescription = 'The missing DrawableToolbox for Android'
libraryVersion = '1.0.4'
libraryVersion = '1.0.5'

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

0 comments on commit 3baab88

Please sign in to comment.