Kaloyan Roussev
Kaloyan Roussev

Reputation: 14711

Can I / Should I compile with SDK 23 if my max SDK is 20?

My project is aimed at IceCreamSandwich, JellyBean, KitKat and Lollipop. Should I / Can I compile using SDK 23 or should I use SDK 20 as it has been until now?

Upvotes: 0

Views: 39

Answers (1)

divix
divix

Reputation: 1364

You can even use latest API, as long as you have support library v7 included in your project.

Upvotes: 1

Related Questions