7 строки
375 B
XML
7 строки
375 B
XML
<?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.xamarin.android.helloworld">
|
|
<uses-sdk android:minSdkVersion="21" />
|
|
<application android:allowBackup="true" android:icon="@mipmap/icon" android:label="@string/app_name">
|
|
</application>
|
|
</manifest>
|