Skip to content

Commit 397d1b9

Browse files
committed
Release 1.0.5
DrawableToolbox has been added to jcenter
1 parent 41b0016 commit 397d1b9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
3232
implementation 'com.github.duanhong169:logger:1.0.0'
3333
implementation 'com.github.duanhong169:drawabletoolbox:1.0.1'
34-
implementation 'com.github.duanhong169:text-button:1.0.4'
34+
implementation 'com.github.duanhong169:text-button:1.0.5'
3535
// implementation project(':text-button')
3636
testImplementation 'junit:junit:4.12'
3737
androidTestImplementation 'com.android.support.test:runner:1.0.2'

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ allprojects {
2020
repositories {
2121
google()
2222
jcenter()
23-
maven {
24-
url "https://dl.bintray.com/duanhong169/Hong"
25-
}
2623
}
2724
}
2825

0 commit comments

Comments
 (0)