DroidKaigi / conference-app-2024

The Official Conference App for DroidKaigi 2024
Apache License 2.0
457 stars 201 forks source link

ComposablePreviewScanner Library dependency Issues #830

Closed Pluu closed 2 months ago

Pluu commented 2 months ago

I find this in the Android Studio environment.

ComposablePreviewScanner 0.1.3 is trying to access the Androidx compose runtime 1.4.8. However, that version does not exist.

In version 0.2.0, the dependency was resolved to 1.6.6. The latest version is 0.3.0. I'm not sure what this library is used for, so I'm hoping someone in the know can help me out.

a
takahirom commented 2 months ago

If we can update it and it passes CI, I think it is okay to proceed with the update. We can also download the store screenshot artifact to check that the screenshots are saved for previews.

Pluu commented 2 months ago

I'll try modifying it based on that library.