I think the android lint warnings were because I removed most of the stuff from the...
authorkenstir <kenstir@gmail.com>
Fri, 3 Jan 2014 01:09:39 +0000 (20:09 -0500)
committerkenstir <kenstir@gmail.com>
Fri, 3 Jan 2014 01:09:39 +0000 (20:09 -0500)
Open-ILS/src/Android/core/AndroidManifest.xml

index 2434468..0e900bb 100644 (file)
@@ -5,6 +5,10 @@
     android:versionCode="1"\r
     android:versionName="1.0" >\r
 \r
+    <uses-sdk\r
+            android:minSdkVersion="8"\r
+            android:targetSdkVersion="18" />\r
+\r
     <application>\r
         <activity android:name=".views.MainActivity">\r
             <intent-filter>\r