提交 5840fc2f 编写于 作者: M Martin Zikmund

chore: Bump Android min version

上级 abe42f0a
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="uno.platform.unosampleapp" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="30" />
<!-- NOTE: Add permissions in AssemblyInfo.cs -->
<application android:label="SamplesApp" android:usesCleartextTraffic="true">
<!-- Set an API key locally to test the MapControl - https://developers.google.com/maps/documentation/android-sdk/get-api-key -->
<meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR API KEY" />
</application>
</manifest>
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<!-- NOTE: Add permissions in AssemblyInfo.cs -->
<application android:label="SamplesApp" android:usesCleartextTraffic="true">
<!-- Set an API key locally to test the MapControl - https://developers.google.com/maps/documentation/android-sdk/get-api-key -->
<meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR API KEY" />
</application>
</manifest>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册