From 4900b8455100977c978e225a3d1a7133c80eaa27 Mon Sep 17 00:00:00 2001 From: Kevin Ruland 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. --- android/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 896a21de9..2fa501acd 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -5,8 +5,8 @@ android:versionName="1.0" > + android:minSdkVersion="9" + android:targetSdkVersion="9" />