android-flowlayout
android-flowlayout copied to clipboard
What's the newest version in maven. I get 1.10, but not include FlowLayoutManager.
What's the newest version in maven. I get 1.10, but not include FlowLayoutManager.
Same thing here
@ghost @romaloma - the latest released version, as of now, is 1.10. In order to get the newer features such as FlowLayoutManager, you should either wait for a new release (assuming a SNAPSHOT build of this repository doesn't exist), or do the following process:
- Clone (download) the repository at its latest version.
- Build the
\libraries\layoutsmodule as an artifact (.aaror.jarfile). - Use the resulting file in your app.