Retrofit衝突

在開發retrofit過程當中,發現一個衝突google

com.squareup.retrofit2:converter-gson:2.1.0包和谷歌的GSON衝突
使用一下代碼解決衝突
compile('com.squareup.retrofit2:converter-gson:2.1.0')        {  exclude group: 'com.google.code.gson'            exclude group: 'com.squareup.okhttp3' }
相關文章
相關標籤/搜索