DarkionAvey/StackLayoutManager

Publish as maven artifact

mhelder opened this issue · 1 comments

First of all: thanks for your effort on providing the community with this layout manager!

Even though the actual layout manager is only a single file, there are some useful interpolators and transformers in your demo project. I feel like it would be great to bundle some of these up into a 'library' and publish that as a maven artifact on Maven Central! (not Jcenter, because it's being sunset)

This would also introduce versioning to the core code and make it easier for consumers to keep track of/stay up to date with bug fixes, new features, receive and release PRs etc.

As as starting point, this (recently updated) article by Márton Braun should be helpful:

https://proandroiddev.com/publishing-android-libraries-to-mavencentral-in-2021-8ac9975c3e52

Thank you for bringing this up. I do agree with you, the layout manager is kind of bare bones. I will keep this issue open until I publish the artifact and update the repository.