* Update samples (new things, AndroidX, updated versions) * Update icons * Move away from all obsolete uses * Temporary workaround for https://developercommunity.visualstudio.com/content/problem/1057547/incorrect-file-validation-for-the-installappleprov.html * Fix the API diff
5 lines
No EOL
530 B
XML
5 lines
No EOL
530 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" package="com.companyname.skiasharpsample" android:versionCode="1">
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
|
|
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app_name" android:theme="@style/Theme.AppCompat" android:hardwareAccelerated="true"></application>
|
|
</manifest> |