• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Manifest for native graphics tests -->
3<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4    package="org.robolectric.integrationtests.nativegraphics">
5  <uses-sdk
6      android:minSdkVersion="26"
7      android:targetSdkVersion="31" />
8  <application />
9</manifest>
10