Skip to content

Commit 065069b

Browse files
committed
Release 1.0.3
1 parent e9ef6aa commit 065069b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
3333
implementation 'com.github.duanhong169:text-button:1.0.5'
3434
implementation 'com.github.duanhong169:checkerboarddrawable:1.0.2'
35-
// implementation 'com.github.duanhong169:drawabletoolbox:1.0.2'
36-
implementation project(':drawabletoolbox')
35+
implementation 'com.github.duanhong169:drawabletoolbox:1.0.3'
36+
// implementation project(':drawabletoolbox')
3737
testImplementation 'junit:junit:4.12'
3838
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3939
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

drawabletoolbox/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
1010

1111
libraryName = 'DrawableToolbox'
1212
libraryDescription = 'The missing DrawableToolbox for Android'
13-
libraryVersion = '1.0.2'
13+
libraryVersion = '1.0.3'
1414

1515
gitUrl = 'https://github.com/duanhong169/DrawableToolbox.git'
1616
siteUrl = 'https://github.com/duanhong169/DrawableToolbox'

0 commit comments

Comments
 (0)