material-components / material-components-android-compose-theme-adapter

A library that enables reuse of Material themes defined in XML for theming in Jetpack Compose.
https://material-components.github.io/material-components-android-compose-theme-adapter/
Apache License 2.0
415 stars 40 forks source link

Not possible to update to 1.0.22 / 1.1.22 #99

Closed mkochenough closed 1 year ago

mkochenough commented 1 year ago

In two projects, one using 'com.google.android.material:compose-theme-adapter-3:1.0.22', the other using 'com.google.android.material:compose-theme-adapter:1.1.22' I get similar error message:

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:dataBindingMergeDependencyArtifactsGenericDebug'.
> Could not resolve all files for configuration ':app:genericDebugRuntimeClasspath'.
   > Could not find material-components-android-compose-theme-adapter:core:unspecified.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/material-components-android-compose-theme-adapter/core/unspecified/core-unspecified.pom
       - https://repo.maven.apache.org/maven2/material-components-android-compose-theme-adapter/core/unspecified/core-unspecified.pom
     Required by:
         project :app > com.google.android.material:compose-theme-adapter-3:1.0.22

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

It seems the new core dependency is not publicly available.

ricknout commented 1 year ago

There was a delay between the GitHub release and the artifacts becoming available on gMaven. They should be available now:

mkochenough commented 1 year ago

Error still happens.

ricknout commented 1 year ago

This should now be fixed in the latest releases: