2014-09-25 14:19:23 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.faizmalkani.floatingactionbutton.test" >
|
|
|
|
|
|
|
|
<uses-sdk
|
2014-10-12 18:11:19 +02:00
|
|
|
android:minSdkVersion="7"
|
2014-10-25 14:35:31 +02:00
|
|
|
android:targetSdkVersion="21" />
|
2014-09-25 14:19:23 +02:00
|
|
|
|
|
|
|
<instrumentation
|
|
|
|
android:name="android.test.InstrumentationTestRunner"
|
|
|
|
android:functionalTest="false"
|
|
|
|
android:handleProfiling="false"
|
|
|
|
android:label="Tests for com.faizmalkani.floatingactionbutton.test"
|
|
|
|
android:targetPackage="com.faizmalkani.floatingactionbutton.test" />
|
|
|
|
|
|
|
|
<application android:allowBackup="true" >
|
|
|
|
<uses-library android:name="android.test.runner" />
|
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|