Sha256: ed8ea36014c4646f17beeda1737e3cb35feebcb15d7529198b90c3f8e99dcbb3
Contents?: true
Size: 632 Bytes
Versions: 81
Compression:
Stored size: 632 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="sh.calaba.test" android:versionCode="3" android:versionName="0.3.0" > <uses-sdk android:minSdkVersion="6" /> <application android:label="CalabashTestServer" android:debuggable="true"> <uses-library android:name="android.test.runner" /> <uses-library android:name="com.google.android.maps" android:required="false" /> </application> <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="sh.calaba" /> </manifest>
Version data entries
81 entries across 81 versions & 2 rubygems