compile "com.squareup.okhttp:okhttp:2.4.0"
compile 'com.squareup.okio:okio:1.5.0'
compile "com.google.code.gson:gson:2.8.0"
升级了,改为
implementation "com.squareup.okhttp:okhttp:2.4.0" implementation 'com.squareup.okio:okio:1.5.0' implementation "com.google.code.gson:gson:2.8.0"