修改编译错误
This commit is contained in:
@@ -55,9 +55,9 @@ ext {
|
||||
// 公司服务 - 埋点
|
||||
analytics : "com.elegant.analytics:analytics:1.1.28",
|
||||
|
||||
retrofit : "com.squareup.retrofit2:retrofit:2.1.0",
|
||||
retrofitadapter : "com.squareup.retrofit2:adapter-rxjava2:2.1.0",
|
||||
retrofitconvertergson : "com.squareup.retrofit2:converter-gson:2.1.0",
|
||||
retrofit : "com.squareup.retrofit2:retrofit:2.6.0",
|
||||
retrofitadapter : "com.squareup.retrofit2:adapter-rxjava2:2.6.0",
|
||||
retrofitconvertergson : "com.squareup.retrofit2:converter-gson:2.6.0",
|
||||
retrofitconverterscalars : "com.squareup.retrofit2:converter-scalars:2.1.0",
|
||||
|
||||
|
||||
|
||||
@@ -41,6 +41,6 @@ dependencies {
|
||||
api rootProject.ext.dependencies.retrofitconverterscalars
|
||||
implementation project(path: ':foudations:mogo-httpdns')
|
||||
implementation project(path: ':foudations:mogo-passport')
|
||||
|
||||
|
||||
// api 'com.mogo.cloud:passport:1.0.0'
|
||||
// api 'com.mogo.cloud:httpdns:1.0.0'
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
package com.mogo.cloud.commons.network
|
||||
|
||||
import androidx.collection.ArrayMap
|
||||
import okhttp3.OkHttpClient
|
||||
import retrofit2.Retrofit
|
||||
import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
|
||||
import retrofit2.converter.gson.GsonConverterFactory
|
||||
@@ -46,6 +45,4 @@ object RetrofitFactory {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user