Failed to resolve: com.pawegio.kandroid:kandroid:0.8.8
Issue is appeared when upgrading: Android Studio 3.6 -> 4.0 Gradle 3.6.3 -> 4.0.0 and -distributionUrl=https://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip
Temporarily downgraded to version 0.8.7 to resolve.
@janzzend Thanks, really working but no need to close the issue because this is only hotfix
I guess the reason is because the maven-metadata.xml at bintray is wrong.
As you can see in this copy I've just uploaded to GitHub, the latest version is named 0.8.7.
So Gradle is unable to find the 0.8.8 because, well, there is according to the XML no 0.8.8 🙃
But anyways. Two things which came in my mind:
- It may happen that the published 0.8.7 includes everything from the
0.8.8. So there is no downside of using the 0.8.7. - If its not the case, use the
Jitpackversion; that should ™️ work 🙃
any update sir? @pawegio