Skip to content

Commit

Permalink
[ViewPagerIndicatorBinding] Bump minSdkVersion to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Dec 11, 2019
1 parent fcabb5c commit 8833a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="ViewPagerIndicator_Example.ViewPagerIndicator_Example">
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="21" />
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />
<application android:label="ViewPagerIndicator-Example">
</application>
</manifest>

0 comments on commit 8833a66

Please sign in to comment.