Skip to content

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Reginer committed Apr 29, 2020
1 parent 2e58172 commit d963255
Show file tree
Hide file tree
Showing 5 changed files with 478 additions and 329 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://jitpack.io/v/Reginer/MVVMHub.svg)](https://jitpack.io/#Reginer/MVVMHub)

```
implementation 'com.github.Reginer:MVVMHub:1.9.10'
implementation 'com.github.Reginer:MVVMHub:1.9.11'
```

登录:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ dependencies {
implementation(MvvmExt.objectboxAndroid)
implementation(MvvmExt.objectboxKotlin)
debugImplementation project(path: ':base')
releaseImplementation 'com.github.Reginer:MVVMHub:1.9.9'
releaseImplementation 'com.github.Reginer:MVVMHub:1.9.11'
}
14 changes: 7 additions & 7 deletions buildSrc/src/main/java/MvvmExt.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ object AppConfig {

object Version {
const val gradleVersion = "3.5.2"
const val kotlinVersion = "1.3.70"
const val kotlinVersion = "1.3.72"
const val appcompatVersion = "1.1.0"
const val ktxVersion = "1.2.0-beta02"
const val ktxVersion = "1.2.0"
const val constraintlayoutVersion = "2.0.0-beta3"
const val junitVersion = "4.12"
const val extUnitVersion = "1.1.0"
const val espressoVersion = "3.2.0"
const val lifecycleVersion = "2.2.0-rc02"
const val retrofitVersion = "2.7.2"
const val lifecycleVersion = "2.2.0"
const val retrofitVersion = "2.8.1"
//http://jcenter.bintray.com/org/jetbrains/kotlinx/kotlinx-coroutines-android/
const val coroutinesVersion = "1.3.2"
//http://jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/
const val okhttp3LogVersion = "4.2.2"
const val materialVersion = "1.2.0-alpha01"
const val materialVersion = "1.2.0-alpha05"
const val objectboxVersion = "2.4.1"
const val loggerVersion = "2.2.0"
const val libVersionCode = 20
const val libVersionName = "1.9.10"
const val libVersionCode = 21
const val libVersionName = "1.9.11"
}

object MvvmExt {
Expand Down
Loading

0 comments on commit d963255

Please sign in to comment.