rburgst/okhttp-digest

Failed to resolve: com.burgstaller:okhttp-digest:1.19

emauro opened this issue · 5 comments

After I updated to Android Studio 4 I can't compile my project due this error. If I downgrade to version 1.18 it compiles. And I receive an alert that there is newer version available (1.19).

Does anyone know how to solve it?

More info: the problem manifests when I upgrade my project to use Gradle 6.1.1/Gradle Plugin 4.0.0

you are correct. there seems to be something wrong with this release, however, I didnt do anything different. Is there a reason why you dont use 2.3?

I have release 1.20 with the same code as 1.19, this seems to work. Probably a bug in bintray.
You might want to upgrade to 2.3 though.

2.3 requires OkHttp 4.X. We still use version 3.X since the minimum version of SDK we support is 16.