diff --git a/bellolibrary/build.gradle b/bellolibrary/build.gradle index b77b230..a82e40b 100644 --- a/bellolibrary/build.gradle +++ b/bellolibrary/build.gradle @@ -25,7 +25,9 @@ // implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:26.1.0' //JSON解析库 - compile 'com.google.code.gson:gson:2.8.0' + implementation 'com.google.code.gson:gson:2.8.0' /*图片加载*/ - compile 'com.github.bumptech.glide:glide:3.7.0' + implementation 'com.github.bumptech.glide:glide:3.7.0' + /*okHttp网络请求库*/ + implementation 'com.squareup.okhttp3:okhttp:3.10.0' }