Skip to content

Commit

Permalink
更新Glide版本到4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teach committed Jul 3, 2019
1 parent e8509dd commit 52fa90e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.android.support:appcompat-v7:27.1.1'
compile project(':imageselector')
}
10 changes: 5 additions & 5 deletions imageselector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group='com.github.donkingliang' // 指定group,com.github.<用户名>

android {
compileSdkVersion 27
buildToolsVersion '27.0.2'
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 14
Expand All @@ -23,10 +23,10 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.android.support:recyclerview-v7:27.0.2'
compile 'com.github.bumptech.glide:glide:4.5.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.5.0'
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'com.android.support:recyclerview-v7:27.1.1'
compile 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
compile 'com.github.chrisbanes:PhotoView:2.1.3'
}

Expand Down

0 comments on commit 52fa90e

Please sign in to comment.