Sha256: 3861a6fcef9e5c3e45e417695906b7598f34d81f237bba928bfa70f97ad13bdf

Contents?: true

Size: 703 Bytes

Versions: 13

Compression:

Stored size: 703 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="sh.calaba.android.test"
      android:versionCode="3"
      android:versionName="0.3.0">
    <application android:label="instrumentation_backend">
      <uses-library android:name="android.test.runner" />
      <uses-library android:name="com.google.android.maps" android:required="false" />
    </application>
    <uses-sdk android:minSdkVersion="4" />
    <instrumentation android:targetPackage="#targetPackage#" android:name="sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner" />
    <uses-permission android:name="android.permission.INTERNET" />
</manifest> 

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
calabash-android-0.3.2.pre1 test-server/AndroidManifest.xml
calabash-android-0.3.1 test-server/AndroidManifest.xml
calabash-android-0.3.0 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre10 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre9 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre8 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre7 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre6 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre5 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre4 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre3 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre2 test-server/AndroidManifest.xml
calabash-android-0.3.0.pre1 test-server/AndroidManifest.xml