When I add this library to my dependencies gradle tells me “minSdkVersion 15 cannot be smaller than version 16 declared in library”. However, the lib is 14+, the API 16 is maybe coming from the (example) app module. Please make that 14 as well so we can use it in an API 15 project.
When I add this library to my dependencies gradle tells me “minSdkVersion 15 cannot be smaller than version 16 declared in library”. However, the lib is 14+, the API 16 is maybe coming from the (example) app module. Please make that 14 as well so we can use it in an API 15 project.