Skip to content

Commit

Permalink
1. 更新依赖
Browse files Browse the repository at this point in the history
2. 发布1.8.4
  • Loading branch information
kigkrazy committed Sep 26, 2018
1 parent c0b6fbb commit 5178137
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions util/build.gradle
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 19
targetSdkVersion 27
versionCode 1
versionName "1.8.3"
versionName "1.8.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -49,11 +49,11 @@ dependencies {
//====================================================
//一些常用工具类
// https://mvnrepository.com/artifact/commons-io/commons-io
api group: 'commons-io', name: 'commons-io', version: '2.5'
api group: 'commons-io', name: 'commons-io', version: '2.6'
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.8'

api 'com.blankj:utilcode:1.19.3'
api 'com.blankj:utilcode:1.20.3'
api 'com.google.code.gson:gson:2.8.5'

//====================================================
Expand Down

0 comments on commit 5178137

Please sign in to comment.