From 4268fcff3d5a5496a0cc1f2de4f328e553b6ca3c Mon Sep 17 00:00:00 2001 From: kenstir Date: Thu, 2 Jan 2014 20:09:39 -0500 Subject: [PATCH] I think the android lint warnings were because I removed most of the stuff from the core manifest. --- Open-ILS/src/Android/core/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/Android/core/AndroidManifest.xml b/Open-ILS/src/Android/core/AndroidManifest.xml index 2434468bc6..0e900bb59e 100644 --- a/Open-ILS/src/Android/core/AndroidManifest.xml +++ b/Open-ILS/src/Android/core/AndroidManifest.xml @@ -5,6 +5,10 @@ android:versionCode="1" android:versionName="1.0" > + + -- 2.11.0