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