Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 772 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 772 Bytes

wishlist Build Status

Library of helpers and utilities that I wish were included in the Android SDK but aren't.

If you think something in this library is already handled in a better way by Android please open an issue.

This library is available from Maven Central:

<dependency>
  <groupId>com.github.kevinsawicki</groupId>
  <artifactId>wishlist</artifactId>
  <version>0.9</version>
  <type>apklib</type>
</dependency>

License