Skip to content

Commit

Permalink
更新部分依赖库
Browse files Browse the repository at this point in the history
  • Loading branch information
Reginer committed Mar 21, 2024
1 parent 4b0647d commit 0067f37
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 15 deletions.
10 changes: 10 additions & 0 deletions .idea/deploymentTargetDropDown.xml

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

5 changes: 2 additions & 3 deletions .idea/gradle.xml

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

6 changes: 0 additions & 6 deletions .idea/kotlinScripting.xml

This file was deleted.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

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

10 changes: 10 additions & 0 deletions .idea/migrations.xml

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

1 change: 0 additions & 1 deletion .idea/misc.xml

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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maven { url 'https://jitpack.io' }
```

```
implementation 'com.github.Reginer:MVVMHub:2.1.9'
implementation 'com.github.Reginer:MVVMHub:2.1.11'
```

登录:
Expand All @@ -34,7 +34,7 @@ class LoginActivity : BaseVmActivity() {
onError { Logger.e(it.errorMsg);Logger.e(" error code is:::" + it.errorCode) }
onComplete { dismissProgress() }
}
//不管那一套,直接取成功就完事了
//可以只取成功回调
// mViewModel.loginResult.vmObserver(this) {
// onSuccess { mViewModel.saveUser(it);finish() }
// }
Expand Down
1 change: 0 additions & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ android {
}

dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api(MvvmExt.kotlin)
api(MvvmExt.appcompat)
api(MvvmExt.constraintlayout)
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/MvvmExt.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ object AppConfig {

object Version {
const val gradleVersion = "7.4.2"
const val kotlinVersion = "1.8.20"
const val kotlinVersion = "1.9.20"
const val retrofitVersion = "2.9.0"


//http://jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/
const val materialVersion = "1.8.0"
const val loggerVersion = "2.2.0"
const val libVersionCode = 39
const val libVersionName = "2.1.10"
const val libVersionName = "2.1.11"
}

object MvvmExt {
Expand Down

0 comments on commit 0067f37

Please sign in to comment.