From f7a1185db979e749c7bfe5296f792cabe0b481bf Mon Sep 17 00:00:00 2001 From: kenstir Date: Tue, 3 Nov 2015 21:50:05 -0500 Subject: [PATCH] updated target sdk to 19 / kitkat --- Open-ILS/src/Android/core/AndroidManifest.xml | 2 +- Open-ILS/src/Android/cwmars_app/AndroidManifest.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/Android/core/AndroidManifest.xml b/Open-ILS/src/Android/core/AndroidManifest.xml index 9d3b26bb73..a5dff60bfd 100644 --- a/Open-ILS/src/Android/core/AndroidManifest.xml +++ b/Open-ILS/src/Android/core/AndroidManifest.xml @@ -7,7 +7,7 @@ + android:targetSdkVersion="19" /> diff --git a/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml b/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml index a62b5158be..4b615f4205 100644 --- a/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml +++ b/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml @@ -2,12 +2,12 @@ + android:versionCode="11" + android:versionName="1.5"> + android:targetSdkVersion="19" /> -- 2.11.0