Files
roleta-epvc/app/build/intermediates/packaged_manifests/debugAndroidTest/AndroidManifest.xml
2026-04-20 14:10:23 +01:00

22 lines
684 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pt.epvc.roleta.test" >
<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="34" />
<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:functionalTest="false"
android:handleProfiling="false"
android:label="Tests for pt.epvc.roleta"
android:targetPackage="pt.epvc.roleta" />
<application
android:debuggable="true"
android:extractNativeLibs="false" >
<uses-library android:name="android.test.runner" />
</application>
</manifest>