daniel-stoneuk / material-about-library

Makes it easy to create beautiful about screens for your apps
Apache License 2.0
1.12k stars 140 forks source link

MinSDK15 #5

Closed easycheese closed 7 years ago

easycheese commented 7 years ago

Is there a reason for this? I'm currently using minSDK14 and don't really want to add flavors based on SDK int yet (my app is targeted towards older devices).

daniel-stoneuk commented 7 years ago

Nope there isn't a reason, however currently there might be a few issues when setting OnClickHandlers on API <21. I'm planning to sort this out next week and at the same time I will lower the minSDK to 14 (I didn't think there were many devices on SDK 14 - 4.0 as many went straight to 4.0.4)

Maybe check back next Wednesday?

On Fri, 30 Dec 2016, 2:40 pm easycheese, notifications@github.com wrote:

Is there a reason for this? I'm currently using minSDK14 and don't really want to add flavors based on SDK int yet (my app is targeted towards older devices).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/daniel-stoneuk/material-about-library/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/APIE1fMUOHMRatTfHdKsCN5e-8sbUAGxks5rNQnAgaJpZM4LYMOn .

daniel-stoneuk commented 7 years ago

Lowered, check back soon for an update to the library

easycheese commented 7 years ago

Great thanks!