Open jonprp opened 2 months ago
I had the same issue. I found an old mirror of the old jcenter dependencies among others. Use
maven { url "https://mirrors.huaweicloud.com/repository/maven/" }
And you will get your missing koin dependencies. Hope that helps! :) The problem is that koin have relocated under a different package name, but citrix hasn't changed their source to point towards that yet...
@jonprp @simzard We will check and handle this issue CC @xingliangt
@jonprp @simzard we have already add koin-core koin-android 2.0.1 and dexmaker-2.28.3 in github at this commit:https://github.com/citrix/citrix-mam-sdks/commit/27994a843dc3b53a3a1c7c1d7d45d96682da73a4 please try again. Thanks!
@jonprp @simzard we have already add koin-core koin-android 2.0.1 and dexmaker-2.28.3 in github at this commit:27994a8 please try again. Thanks!
Only cordova are updated with these dependencies. Please fix android.
Unable to build app with citrix mam sdk added due to missing dependencies. I think this relates to jcenter being recently shot down.
If it still builds for you - remove gradle cache and you should see same issue.