Я пытаюсь обновить библиотеку Picasso в моем приложении Android с версии 2.5.2
до последней версии 2.71828
.
Я использую приведенные ниже версии других библиотек.
implementation 'com.squareup.okhttp:okhttp-urlconnection:2.7.2'
implementation 'com.squareup:otto:1.3.8'
implementation 'com.squareup.retrofit:retrofit:1.9.0'
implementation 'com.google.code.gson:gson:2.6.1'
При попытке запуска приложения происходит сбой со следующей ошибкой.
java.lang.NoSuchMethodError: No interface method readUtf8LineStrict(J)Ljava/lang/String; in class Lokio/BufferedSource; or its super classes (declaration of 'okio.BufferedSource' appears in /data/app/com.app.dev-64CjLuqx-zjNoiTFWtBRvA==/base.apk!classes2.dex)
Пожалуйста, сообщите мне, что я делаю не так.