Jaewoong Eum
Jaewoong Eum
This plugin seems to work well with Gradle 8.0. https://github.com/vanniktech/gradle-maven-publish-plugin
I fixed my issues by adding a dependency like the one below: ``` tasks.named("generateMetadataFileForReleasePublication").configure { .. } ```
Hi @YoussefHachicha, the new release, version 1.3.0, is now available and includes the m125 patches. Could you check if this issue still occurs with the updated release?
Hey @Cha1se, I'm wondering if you can resolve this issue by adding this to the app module: ```kotlin packagingOptions { pickFirsts.add("lib/*/librenderscript-toolkit.so") } ```
@Cha1se, sorry for the late response. It has just been fixed in the new release, 2.6.1, and it should work now. Thank you for reporting this issue!
That looks weird. [Pokedex-Compose](https://github.com/skydoves/pokedex-compose) project also uses it with the shared element transition animation but it works as expected 🤔
Hey @ErickSorto, do you mean the problem is image flickering?
I believe this issue is relevant from #632, but let me look into the details for better caching strategies.
Hi @sourish115, the new release, version 1.3.0, is now available and includes the m125 patches. Could you check if this issue still occurs with the updated release?
Hey @omkar-tenkale, what's the expected behavior?