From 3a5a3a265b2dfdf9fd5444cb80b7b35f008d7a33 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Thu, 12 Jan 2012 19:41:16 +0000 Subject: [PATCH] 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 --- android/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> -- 2.47.2