SWADroid/SWADroidTest/AndroidManifest.xml

12 lines
532 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid.test"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:targetPackage="es.ugr.swad.swadroid" android:name="android.test.InstrumentationTestRunner" />
</manifest>