google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.43k stars 598 forks source link

[All] Bump vanniktechPublish plugin version #1594

Closed oas004 closed 1 year ago

oas004 commented 1 year ago

After bumping to AGP 8.0 I think the publish task was broken. Sorry about that. I could reproduce it locally with gradle publishToMavenLocal. Bumping this version fixed the issue locally. Would be nice to test this thoroughly before merging since it minor version bump. Is there a better way to test this than running gradle publishToMavenLocal?

oas004 commented 1 year ago

Nice! Seems like that made it work on main again at least :)