From: kruland2607 Date: Thu, 12 Jan 2012 19:41:16 +0000 (+0000) Subject: Switch minimum sdk to 9 since OR core uses ArrayDeque which is only available in... X-Git-Tag: upstream/12.03~1^2~128 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3a5a3a265b2dfdf9fd5444cb80b7b35f008d7a33;p=debian%2Fopenrocket Switch minimum sdk to 9 since OR core uses ArrayDeque which is only available in Android API 9. Note API 9 is Android 2.3 / Gingerbread, but there are no emulators available for this api version. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@343 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 896a21de..2fa501ac 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -5,8 +5,8 @@ android:versionName="1.0" > + android:minSdkVersion="9" + android:targetSdkVersion="9" />