Android-Iconics: Could not find com.mikepenz:library-typeface-api:unspecified

About this issue

Hello! Seems like 5.2.2 release is introducing some issues with dependency resolution:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:dataBindingMergeDependencyArtifactsProductionDebug'.
> Could not resolve all files for configuration ':app:productionDebugCompileClasspath'.
   > Could not find com.mikepenz:library-typeface-api:unspecified.
     Required by:
         project :app > com.mikepenz:iconics-core:5.2.2

Repos:

    repositories {
        google()
        jcenter()
        maven { url "https://jitpack.io" }
        maven { url "https://dl.bintray.com/kotlin/kotlinx/" }
        maven { url "https://dl.bintray.com/kotlin/kotlin-eap/" }
    }

Deps:

    implementation "com.mikepenz:iconics-core:5.2.2"
    implementation "com.mikepenz:iconics-views:5.2.2"
    implementation "com.mikepenz:material-design-icons-dx-typeface:5.0.1.2-kotlin@aar"
    implementation "com.mikepenz:fontawesome-typeface:5.9.0.2-kotlin@aar"
    implementation "com.mikepenz:community-material-typeface:5.8.55.0-kotlin@aar"

Details

  • Used library version: 5.2.2
  • Used gradle build tools version: 4.1.1
  • Used tooling / Android Studio version: 4.1.1

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 2
  • Comments: 24 (21 by maintainers)

Commits related to this issue

Most upvoted comments

Pretty sure I have it now 😄 really sorry again for this problem. @marcauberer please give me 30 more minutes for 5.2.4

ok publishing completed. please try again with 5.2.4. 🤞