Initial-Release

This commit is contained in:
2015-10-22 22:02:56 +02:00
parent 11898f45c6
commit 3f41dce6a4
1038 changed files with 14966 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.raataar.weisheiten_sports.test">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.raataar.weisheiten_sports"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for com.raataar.weisheiten_sports"/>
</manifest>