aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/nativegraphics/src/main/AndroidManifest.xml
blob: cdffdf1876eba205e1d7849f4b6c3100a2a59348 (plain)
1
2
3
4
5
6
7
8
9
<?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>