We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcabb5c commit 8833a66Copy full SHA for 8833a66
ViewPagerIndicatorBinding/ViewPagerIndicator-Example/Properties/AndroidManifest.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="ViewPagerIndicator_Example.ViewPagerIndicator_Example">
3
- <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="21" />
+ <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />
4
<application android:label="ViewPagerIndicator-Example">
5
</application>
6
</manifest>
0 commit comments