moran
moran
  Retrofit 配置 Retrofit.Builder().addCallAdapterFactory(RxJava2CallAdapterFactory.create()) .addConverterFactory(ScalarsConverterFactory.create()) .addConverterFactory(GsonConverterFactory.create(GsonFactory.getSingletonGson())) .client(createOkHttpClient(cache, HttpConst.LONG_HTTP_TIMEOUT)).baseUrl(baseUrl).build()
[Uploading GsonFactoryApplication.zip…]() 这是写的demo工程
[GsonFactoryApplication.zip](https://github.com/getActivity/GsonFactory/files/15247956/GsonFactoryApplication.zip) 重新上传