| package="ch.spherIC" | package="ch.spherIC" | ||||
| android:versionCode="1" | android:versionCode="1" | ||||
| android:versionName="0.9.0"> | android:versionName="0.9.0"> | ||||
| <application | |||||
| <uses-sdk android:minSdkVersion="10" /> | |||||
| <application | |||||
| android:icon="@drawable/icon" | android:icon="@drawable/icon" | ||||
| android:label="@string/app_name" | android:label="@string/app_name" | ||||
| android:theme="@style/GlassTheme"> | android:theme="@style/GlassTheme"> | ||||
| </intent-filter> | </intent-filter> | ||||
| </activity> | </activity> | ||||
| </application> | </application> | ||||
| <uses-sdk | |||||
| android:minSdkVersion="4" /> | |||||
| </manifest> | </manifest> |