Closed Kevinrob closed 2 years ago
I see the same error
Hey @Kevinrob / @Charchad - sorry for the delay. On it. Will be back with an answer asap.
I am also dealing with the same problem.
Hey @Kevinrob / @Charchad / @bubbabuford - we’ll release a bugfix to fix this issue. Starting this next release, Klarna won’t be included by our SDK by default. So this error will be gone. If you are using Klarna going forward, you’ll need to include the Klarna repository below in build.gradle. Including this extra repository is the fix to build properly in 2.2.0 and 2.3.0.
maven {
url 'https://x.klarnacdn.net/mobile-sdk/'
}
With the version
2.3.0
, Gradle can't findcom.klarna.mobile:sdk:2.1.8
.implementation("ch.datatrans:android-sdk:2.3.0")
error: