We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bdd5c commit f370b72Copy full SHA for f370b72
samples/HelloWorld/HelloWorld/Properties/AndroidManifest.xml
@@ -1,6 +1,5 @@
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="com.xamarin.android.helloworld">
3
- <uses-sdk android:minSdkVersion="21" />
4
<application android:allowBackup="true" android:icon="@mipmap/icon" android:label="@string/app_name" android:extractNativeLibs="false">
5
</application>
6
</manifest>
0 commit comments