Skip to content

Commit

Permalink
fix 无法拉取
Browse files Browse the repository at this point in the history
  • Loading branch information
hegaojian committed Jun 9, 2021
1 parent 9868aa3 commit 8c60c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

implementation project(path: ':helper')
implementation 'com.github.hegaojian:MvvmHelper:1.0.0'
kapt "com.ljx.rxhttp:rxhttp-compiler:2.5.5"
}
4 changes: 2 additions & 2 deletions helper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.0"
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies {
api "com.scwang.smart:refresh-layout-kernel:2.0.1"
api "com.scwang.smart:refresh-header-classics:2.0.1"
//利用liveData发送消息
api 'com.kunminx.archi:unpeek-livedata:5.0.1-beta1'
api 'com.kunminx.archi:unpeek-livedata:4.4.1-beta1'
//通过标签直接生成shape,无需再写shape.xml
api "com.noober.background:core:1.6.5"
//管理界面状态
Expand Down

0 comments on commit 8c60c92

Please sign in to comment.