diff --git a/bellolibrary/build.gradle b/bellolibrary/build.gradle index b78f6a6..4527779 100644 --- a/bellolibrary/build.gradle +++ b/bellolibrary/build.gradle @@ -29,4 +29,6 @@ implementation 'com.android.support:appcompat-v7:26.1.0' //JSON解析库 compile 'com.google.code.gson:gson:2.8.0' + /*图片加载*/ + compile 'com.github.bumptech.glide:glide:3.7.0' }