240 changes: 106 additions & 134 deletions Source/Android/.idea/workspace.xml
2 changes: 1 addition & 1 deletion Source/Android/AndroidManifest.xml
Expand Up @@ -4,7 +4,7 @@
android:versionCode="4"
android:versionName="0.4" >

<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/>

<uses-feature android:glEsVersion="0x00020000"></uses-feature>
<uses-feature android:name="android.hardware.screen.landscape" />
Expand Down