Skip to content

Commit

Permalink
commit 1.1.3版本 fix 多个请求方法调用时loadingDialog不消失bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hegaojian committed Dec 2, 2021
1 parent eaecb76 commit 746264b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.zhixinhuixue.zsyte.xxx"
minSdkVersion 21
targetSdkVersion 30
versionCode 13
versionName "1.1.2"
versionCode 14
versionName "1.1.3"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions helper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
versionCode 13
versionName "1.1.2"
versionCode 14
versionName "1.1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 746264b

Please sign in to comment.