13 lines
473 B
XML
13 lines
473 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
package="com.mogo.launcher.f.test"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
|
|
<instrumentation android:targetPackage="com.mogo.launcher.f"
|
|
android:name="androidx.test.runner.AndroidJUnitRunner"/>
|
|
|
|
<application tools:replace="label" android:label="AutoPilotTest" />
|
|
|
|
</manifest> |