Go to most recent revision | Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 108 | chris | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
||
| 3 | package="com.gebauz.pingK.common" |
||
| 4 | android:versionCode="1" |
||
| 5 | android:versionName="1.0"> |
||
| 6 | <uses-sdk android:minSdkVersion="10" /> |
||
| 7 | |||
| 8 | <application android:icon="@drawable/icon" android:label="@string/app_name"> |
||
| 9 | |||
| 10 | |||
| 11 | </application> |
||
| 12 | </manifest> |