引用

"retrofit"              : "com.squareup.retrofit2:retrofit:2.0.1",
                    "retrofit-adapter"      : "com.squareup.retrofit2:adapter-rxjava:2.0.1",
                    "retrofit-converter"    : "com.squareup.retrofit2:converter-gson:2.0.1",

                    "gson"                  : "com.google.code.gson:gson:2.6.2",

                    "rxjava"                : "io.reactivex:rxjava:1.1.2",
                    "rxandroid"             : "io.reactivex:rxandroid:1.1.0",

                    "okhttp"                : "com.squareup.okhttp3:okhttp:3.2.0",
                    "okhttp-urlconnection"  : "com.squareup.okhttp3:okhttp-urlconnection:3.2.0",
                    "okhttp-logging"        : "com.squareup.okhttp3:logging-interceptor:3.2.0",
                    "okhttp-cookie"         : "com.github.franmontiel:PersistentCookieJar:v0.9.3",
View Code

相关文章:

  • 2021-12-02
  • 2021-04-13
  • 2022-12-23
  • 2021-09-09
  • 2021-12-08
  • 2021-05-28
  • 2021-05-12
  • 2021-08-12
猜你喜欢
  • 2021-07-14
  • 2021-07-10
  • 2021-07-16
  • 2021-06-23
  • 2021-07-23
  • 2021-08-18
  • 2021-08-30
相关资源
相似解决方案