Skip to content

Commit

Permalink
修复未设置EndDrawable出现的无法结束loading的错误,
Browse files Browse the repository at this point in the history
修复无文字时的错误
  • Loading branch information
FlodCoding committed Nov 5, 2019
1 parent d895c2b commit 35fad62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Loadingbutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 28
versionCode 103
versionName "1.0.3"
versionCode 104
versionName "1.0.4"
}

buildTypes {
Expand Down

0 comments on commit 35fad62

Please # to comment.