Skip to content

Commit

Permalink
Set min version to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Sep 29, 2015
1 parent 0b48361 commit c566f74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Samples/Example.Droid/Properties/AndroidManifest.xml
@@ -1,6 +1,5 @@
<?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="com.mvvmcross.androidsupport.example">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />
<application android:label="Example.Droid" android:theme="@style/Theme.AppCompat.Light">
</application>
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="21" />
<application android:label="Example.Droid" android:theme="@style/Theme.AppCompat.Light"></application>
</manifest>

0 comments on commit c566f74

Please sign in to comment.