cyngn / android_packages_themes_Template

265 stars 161 forks source link

What is the minSdk? #18

Open jaredrummler opened 8 years ago

jaredrummler commented 8 years ago

What Android version was the theme engine introduced in?'

Edit Looks like it was introduced in CM 12 which is based on L, so the minSdk is 21. You should consider changing the minSdk in the build.gradle for the template.

djdarkknight96 commented 8 years ago

Gingerbread CM7 On May 19, 2016 4:55 AM, "Jared Rummler" notifications@github.com wrote:

What Android version was the theme engine introduced in?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/cyngn/android_packages_themes_Template/issues/18

davekover commented 8 years ago

The minSDK is used to gate how far back your theme may support. The engine is the same since CM11, so in theory, you could have a theme support minSDK=19 and target=23. It's up to a themer to know if they are only supporting features for a newer version of the SDK and to change the min accordingly.