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