Sha256: a0fe20834953165be355965e1965adc5207e4f1dccf1cae6df398e851f5a6ce7
Contents?: true
Size: 700 Bytes
Versions: 7
Compression:
Stored size: 700 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.acouchi.sample" android:versionCode="1" android:versionName="1.0"> <uses-sdk android:targetSdkVersion="16" /> <application android:label="@string/app_name" android:icon="@drawable/ic_launcher"> <activity android:name="StartupActivity" android:label="@string/app_name"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest>
Version data entries
7 entries across 7 versions & 1 rubygems