diff --git a/app/build.gradle b/app/build.gradle index bfc4835..1b9cf74 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/helper/build.gradle b/helper/build.gradle index 2cab99f..57eb8c0 100644 --- a/helper/build.gradle +++ b/helper/build.gradle @@ -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" @@ -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" //管理界面状态