PageRenderTime 15245ms CodeModel.GetById 37ms RepoModel.GetById 226ms app.codeStats 0ms

/woloc-it/AndroidManifest.xml

https://bitbucket.org/krichardsson/woloc
XML | 13 lines | 9 code | 4 blank | 0 comment | 0 complexity | bb7216280ce2508afd750be8505e6a7c MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="org.richardsson.woloc.test" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
  4. <application android:icon="@drawable/icon" android:label="@string/app_name">
  5. <uses-library android:name="android.test.runner" />
  6. </application>
  7. <instrumentation android:targetPackage="org.richardsson.woloc"
  8. android:name="android.test.InstrumentationTestRunner" />
  9. </manifest>