Skip to content

Commit

Permalink
1.gradle版本升级
Browse files Browse the repository at this point in the history
2.第三方库版本升级
  • Loading branch information
tiamosu committed Aug 27, 2019
1 parent 2d3a670 commit a8c8c47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.4.2'
classpath 'com.android.tools.build:gradle:3.5.0'
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
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Android {
}

object Versions {
const val kotlin = "1.3.31"
const val kotlin = "1.3.50"
const val butterknife = "10.1.0"
const val retrofit2 = "2.6.1"
const val okhttp3 = "3.12.3" //版本3.12.X,兼容Android 4
Expand Down Expand Up @@ -59,7 +59,7 @@ object Deps {
const val dagger2_apt = "com.google.dagger:dagger-compiler:${Versions.dagger2}"

//leakcanary
const val leakcanary_android = "com.squareup.leakcanary:leakcanary-android:2.0-alpha-3"
const val leakcanary_android = "com.squareup.leakcanary:leakcanary-android:2.0-beta-3"

//rx
const val retrofit2 = "com.squareup.retrofit2:retrofit:${Versions.retrofit2}"
Expand All @@ -75,7 +75,7 @@ object Deps {
const val x_rxbus = "me.xia:x-flyrxbus:1.0.5"

//utilcode
const val utilcode = "com.blankj:utilcodex:1.25.8"
const val utilcode = "com.blankj:utilcodex:1.25.9"

//okhttp
const val okhttp3 = "com.squareup.okhttp3:okhttp:${Versions.okhttp3}"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Apr 18 09:38:15 CST 2019
#Tue Aug 27 09:25:02 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit a8c8c47

Please sign in to comment.