What is minSDK for Percent Support Library?

806 Views Asked by At

I am not able to find it in official documentation, is there any info what is minSDK for new Percent Support Library?

2

There are 2 best solutions below

0
On BEST ANSWER

You can check the aar file in your sdk folder.
In the AndroidManifest.xml you can find the minsdk.

<uses-sdk android:minSdkVersion="7" />
1
On

The SupportLibrary was designed to take care of older Android versions. You totally misunderstand purpose of library, better see documentation http://developer.android.com/tools/support-library/index.html