xref: /aosp_15_r20/external/robolectric/integration_tests/nativegraphics/AndroidManifest.xml (revision e6ba16074e6af37d123cb567d575f496bf0a58ee)
1*e6ba1607SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*e6ba1607SAndroid Build Coastguard Worker<!-- Manifest for native graphics tests -->
3*e6ba1607SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4*e6ba1607SAndroid Build Coastguard Worker    package="org.robolectric.shadows">
5*e6ba1607SAndroid Build Coastguard Worker  <uses-sdk
6*e6ba1607SAndroid Build Coastguard Worker      android:minSdkVersion="26"
7*e6ba1607SAndroid Build Coastguard Worker      android:targetSdkVersion="34" />
8*e6ba1607SAndroid Build Coastguard Worker  <application />
9*e6ba1607SAndroid Build Coastguard Worker</manifest>
10