| 14792 |
manas |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
package="com.saholic.profittill.test">
|
|
|
4 |
|
|
|
5 |
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
|
|
|
6 |
|
|
|
7 |
<application>
|
|
|
8 |
<uses-library android:name="android.test.runner" />
|
|
|
9 |
</application>
|
|
|
10 |
|
|
|
11 |
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
|
|
12 |
android:targetPackage="com.saholic.profittill"
|
|
|
13 |
android:handleProfiling="false"
|
|
|
14 |
android:functionalTest="false"
|
|
|
15 |
android:label="Tests for com.saholic.profittill"/>
|
|
|
16 |
</manifest>
|