emilsjolander / sprinkles

Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications
Apache License 2.0
772 stars 84 forks source link

Add maven build config #9

Closed hameno closed 11 years ago

hameno commented 11 years ago

I have added a maven build configuration. I also had to change the package for the sample because the R-file would conflict with the library. Android Library R-files don't use constants for its fields so references in switch statements would not work.

Preparation for #2

emilsjolander commented 11 years ago

I am using gradle and not maven and the build system for this project, therefor there is no reason for this,