unplugged-system/external/robolectric/integration_tests/nativegraphics/AndroidManifest.xml

10 lines
329 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!-- Manifest for native graphics tests -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.robolectric.integrationtests.nativegraphics">
<uses-sdk
android:minSdkVersion="26"
android:targetSdkVersion="31" />
<application />
</manifest>