From 9c99262dc3007067cda5d6af42ae3cf74b5c7c50 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 26 Sep 2017 19:03:30 +0200 Subject: [PATCH] build fixes, raising sdk to 6+ again --- android/build.xml | 2 +- android/manifest | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.xml b/android/build.xml index 7bfb0c6..95e41d3 100644 --- a/android/build.xml +++ b/android/build.xml @@ -1,4 +1,4 @@ - + Ant build script for Titanium Android module Card.io diff --git a/android/manifest b/android/manifest index 5584e60..86594f4 100644 --- a/android/manifest +++ b/android/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 2.0.4 +version: 2.0.5 apiversion: 3 architectures: armeabi-v7a x86 description: Appcelerator wrapper for the Card.io credit card scanning library. Use the phone's camera to read credit card numbers and expiration dates. @@ -11,8 +11,8 @@ license: Free copyright: Copyright (c) 2015 by Likely Solutions # these should not be edited -name: Card.io +name: cardio moduleid: com.likelysoft.cardio guid: c0304131-9611-4fff-9f83-f48bc9fa1714 platform: android -minsdk: 5.5.1.GA +minsdk: 6.0.0.GA