Search code examples
androidandroid-support-libraryandroid-min-sdkpercent-support-library

What is minSDK for Percent Support Library?


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


Solution

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

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