| 123456789101112131415161718 |
- apply from: '../base_lib.gradle'
- import com.yc.buildsrc.*
- android {
- resourcePrefix "net_"
- }
- dependencies {
- api DependencyConfig.GitHub.OkHttp
- api DependencyConfig.GitHub.OkHttpInterceptorLogging
- api DependencyConfig.GitHub.Retrofit
- api DependencyConfig.GitHub.RetrofitConverterGson
- api 'com.android.support:support-annotations:28.0.0'
- }
|