Skip to content

Commit 6373974

Browse files
committed
修复未设置EndDrawable出现的无法结束loading的错误,
修复无文字时的错误
1 parent d2bcc26 commit 6373974

File tree

9 files changed

+1051
-536
lines changed

9 files changed

+1051
-536
lines changed

Loadingbutton/build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 17
99
targetSdkVersion 28
10-
versionCode 102
11-
versionName "1.0.2"
10+
versionCode 103
11+
versionName "1.0.3"
1212
}
1313

1414
buildTypes {
@@ -22,6 +22,10 @@ android {
2222

2323
dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
25-
compileOnly 'androidx.appcompat:appcompat:1.0.2'
25+
26+
compileOnly 'androidx.appcompat:appcompat:1.1.0'
27+
api 'com.github.FlodCoding:DrawableTextView:1.0.2'
28+
29+
2630

2731
}

0 commit comments

Comments
 (0)