FlyingPumba / SimpleRatingBar

Open source project which features a simple yet powerful RatingBar alternative to Android's default
Apache License 2.0
1.03k stars 142 forks source link

Update the build, remove android annotations since it was unused #31

Closed Jawnnypoo closed 6 years ago

Jawnnypoo commented 6 years ago

This bumps this project to use API 27, bumps the min to 14 due to the support library bumping its min, and removes Android Annotations as a dependency since it was not actually used. It also removes the default tests.

I would suggest releasing a 1.0.0 after accepting this PR, so that others can benefit from not having to depend on Android Annotations without knowing (took some research to know that this library was causing the transitive dependency)

Thanks!

Jawnnypoo commented 6 years ago

@FlyingPumba ping

FlyingPumba commented 6 years ago

@Jawnnypoo thanks! And sorry for the long delay.