diff options
Diffstat (limited to 'app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml')
-rw-r--r-- | app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml b/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml new file mode 100644 index 0000000..c70b591 --- /dev/null +++ b/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + package="com.lc8n.blauploader.test"> + + <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" /> + + <application> + <uses-library android:name="android.test.runner" /> + </application> + + <instrumentation android:name="android.test.InstrumentationTestRunner" + android:targetPackage="com.lc8n.blauploader" + android:handleProfiling="false" + android:functionalTest="false" + android:label="Tests for com.lc8n.blauploader"/> +</manifest> |