在開發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' }