Integrate Glide to load weather art icons from an external source

This commit is contained in:
Dan Galpin
2015-05-24 17:47:02 -07:00
parent e666cf879b
commit 822d52bb4b
11 changed files with 101 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.github.bumptech.glide:glide:3.5.2'
compile 'com.android.support:appcompat-v7:21.0.2'
compile 'com.android.support:support-annotations:22.0.0'
}