blob: ca3ed1c9178003eeacf3a4342ff47614875a7f23 [file] [log] [blame]
<?xml version="1.0" ?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.chromium.trichromelibrary"
platformBuildVersionCode="30"
platformBuildVersionName="11">
<uses-feature android:glEsVersion="0x00020000"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.software.leanback" android:required="false"/>
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="30"/>
<application
android:extractNativeLibs="false"
android:icon="@drawable/icon_webview"
android:label="Trichrome Library"
android:multiArch="true"
android:use32bitAbi="true">
<static-library android:name="$PACKAGE" android:version="$VERSION_NUMBER"/>
</application>
</manifest>