mirror of
https://github.com/jahruz67/Bible-Daily.git
synced 2026-08-08 18:14:05 +00:00
22 lines
702 B
XML
22 lines
702 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.bibliadiaria.app.test" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="23"
|
|
android:targetSdkVersion="35" />
|
|
|
|
<instrumentation
|
|
android:name="android.test.InstrumentationTestRunner"
|
|
android:functionalTest="false"
|
|
android:handleProfiling="false"
|
|
android:label="Tests for com.bibliadiaria.app"
|
|
android:targetPackage="com.bibliadiaria.app" />
|
|
|
|
<application
|
|
android:debuggable="true"
|
|
android:extractNativeLibs="false" >
|
|
<uses-library android:name="android.test.runner" />
|
|
</application>
|
|
|
|
</manifest> |