Skip to content

Commit

Permalink
1.okhttp3 3.12.6 → 3.12.7
Browse files Browse the repository at this point in the history
2.dagger2 2.25.2 → 2.25.4
  • Loading branch information
tiamosu committed Jan 7, 2020
1 parent 93a6c88 commit 625553b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}"
classpath "com.jakewharton:butterknife-gradle-plugin:${Versions.butterknife}"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ object Versions {
const val kotlin = "1.3.61"
const val butterknife = "10.2.0"
const val retrofit2 = "2.6.2"
const val okhttp3 = "3.12.6" //版本3.12.X,兼容Android 4
const val okhttp3 = "3.12.7" //版本3.12.X,兼容Android 4
const val autodispose = "1.4.0"
const val glide = "4.10.0"
const val dagger2 = "2.25.2"
const val dagger2 = "2.25.4"
const val fragmentation = "1.1.2"
const val fly = "3.0.5"
}
Expand Down

0 comments on commit 625553b

Please sign in to comment.