build.gradle 366 B

123456789101112131415161718
  1. apply from: '../base_lib.gradle'
  2. import com.yc.buildsrc.*
  3. android {
  4. resourcePrefix "net_"
  5. }
  6. dependencies {
  7. api DependencyConfig.GitHub.OkHttp
  8. api DependencyConfig.GitHub.OkHttpInterceptorLogging
  9. api DependencyConfig.GitHub.Retrofit
  10. api DependencyConfig.GitHub.RetrofitConverterGson
  11. api 'com.android.support:support-annotations:28.0.0'
  12. }