Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the minSdk? #18

Open
jaredrummler opened this issue May 19, 2016 · 2 comments
Open

What is the minSdk? #18

jaredrummler opened this issue May 19, 2016 · 2 comments

Comments

@jaredrummler
Copy link

jaredrummler commented May 19, 2016

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
Copy link

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
#18

@davekover
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants