Skip to content

Commit 625e6a6

Browse files
committed
Release 1.0.4
1 parent 681b0c4 commit 625e6a6

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
@@ -26,7 +26,7 @@ dependencies {
2626
implementation 'com.google.android:flexbox:1.0.0'
2727
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
2828
implementation 'com.github.duanhong169:logger:1.0.0'
29-
implementation 'com.github.duanhong169:text-button:1.0.3'
29+
implementation 'com.github.duanhong169:text-button:1.0.4'
3030
// implementation project(':text-button')
3131
testImplementation 'junit:junit:4.12'
3232
androidTestImplementation 'com.android.support.test:runner:1.0.2'

text-button/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/duanhong169/TextButton'
1414
gitUrl = 'https://github.com/duanhong169/TextButton.git'
1515

16-
libraryVersion = '1.0.3'
16+
libraryVersion = '1.0.4'
1717

1818
developerId = 'duanhong169'
1919
developerName = 'Hong Duan'

0 commit comments

Comments
 (0)