You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: