I create android app, which is connected with estimote beacons. My project has to use estimote library and this library minimum sdk is set to 18, so minimum sdk of my whole project has to be 18. But I want my application works on minimum sdk 14. Is there any possibility to set my project min sdk to 14 and when sdk is older than 18 to turn off using this library?
SOLUTION
I have to use multiple apk to determine which devices can download version with estimote library and which have to download lower api version. More info: http://developer.android.com/google/play/publishing/multiple-apks.html