api 14 min sdk
amorenew opened this issue · 0 comments
amorenew commented
to make your library support api 14
i changed min sdk to 14 and style to this
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/brand_primary</item>
<item name="colorPrimaryDark">@color/brand_primary_dark</item>
<item name="colorAccent">@color/brand_accent</item>
</style>