1
0
spegling av https://github.com/bspeice/UNCCGameDay-Test synced 2025-07-02 22:35:15 -04:00
Files
UNCCGameDay-Test/AndroidManifest.xml
2013-10-14 12:12:48 -04:00

19 rader
600 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.uncc.gameday.test"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="11" />
<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.uncc.gameday" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<uses-library android:name="android.test.runner" />
</application>
</manifest>