依赖
//OKhttp的依赖 compile 'com.squareup.okhttp3:okhttp:3.9.0' compile 'com.squareup.okio:okio:1.5.0' compile 'com.squareup.okhttp3:okhttp:3.2.0' compile 'com.squareup.okhttp3:logging-interceptor:3.4.1' //gson解析依赖 compile 'com.google.code.gson:gson:2.8.2' //recyclerview的依赖 compile 'com.android.support:mediarouter-v7:25.0.0' compile 'com.android.support:appcompat-v7:25.0.0' compile 'com.android.support:recyclerview-v7:25.0.0' //glide依赖 compile 'com.github.bumptech.glide:glide:4.3.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'//glide依赖要在项目工程中配置文件 //Springview依赖 compile 'com.liaoinstan.springview:library:1.2.5'//Springview依赖 //imageload依赖 compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' compile 'com.jakewharton:butterknife:8.2.1' apt 'com.jakewharton:butterknife-compiler:8.2.1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
mavenCentral() maven { url 'https://maven.google.com' }