android-flowlayout icon indicating copy to clipboard operation
android-flowlayout copied to clipboard

What's the newest version in maven. I get 1.10, but not include FlowLayoutManager.

Open ghost opened this issue 10 years ago • 2 comments

What's the newest version in maven. I get 1.10, but not include FlowLayoutManager.

ghost avatar Nov 03 '15 10:11 ghost

Same thing here

romaloma avatar Nov 26 '15 12:11 romaloma

@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:

  1. Clone (download) the repository at its latest version.
  2. Build the \libraries\layouts module as an artifact (.aar or .jar file).
  3. Use the resulting file in your app.

Dev-iL avatar Mar 05 '16 17:03 Dev-iL