Updated Glide library to 3.6.0
This commit is contained in:
parent
bac7887fac
commit
9a2fbb446f
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 22
|
targetSdkVersion 22
|
||||||
versionCode 22
|
versionCode 22
|
||||||
versionName "0.9.9.2b"
|
versionName "0.9.9.2b DEV"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
@ -67,7 +67,7 @@ dependencies {
|
||||||
compile 'com.mcxiaoke.volley:library:1.0.15'
|
compile 'com.mcxiaoke.volley:library:1.0.15'
|
||||||
compile 'com.squareup:otto:1.3.6'
|
compile 'com.squareup:otto:1.3.6'
|
||||||
compile 'de.hdodenhof:circleimageview:1.2.2'
|
compile 'de.hdodenhof:circleimageview:1.2.2'
|
||||||
compile 'com.github.bumptech.glide:glide:3.5.2'
|
compile 'com.github.bumptech.glide:glide:3.6.0'
|
||||||
|
|
||||||
compile 'com.afollestad:material-dialogs:0.7.4.1'
|
compile 'com.afollestad:material-dialogs:0.7.4.1'
|
||||||
compile 'com.jpardogo.materialtabstrip:library:1.0.9'
|
compile 'com.jpardogo.materialtabstrip:library:1.0.9'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue