diff --git a/android/lib/card.io-5.4.0.jar b/android/lib/card.io-5.4.0.jar deleted file mode 100644 index 4ebfc7a..0000000 Binary files a/android/lib/card.io-5.4.0.jar and /dev/null differ diff --git a/android/lib/card.io-5.5.1.aar b/android/lib/card.io-5.5.1.aar new file mode 100755 index 0000000..a8ed81e Binary files /dev/null and b/android/lib/card.io-5.5.1.aar differ diff --git a/android/manifest b/android/manifest index 5584e60..5cc8a86 100644 --- a/android/manifest +++ b/android/manifest @@ -2,9 +2,9 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 2.0.4 -apiversion: 3 -architectures: armeabi-v7a x86 +version: 3.0.0 +apiversion: 4 +architectures: arm64-v8a 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. author: Likely Solutions license: Free @@ -15,4 +15,4 @@ name: Card.io moduleid: com.likelysoft.cardio guid: c0304131-9611-4fff-9f83-f48bc9fa1714 platform: android -minsdk: 5.5.1.GA +minsdk: 7.1.0.GA diff --git a/assets/README b/assets/README new file mode 100644 index 0000000..f5af1b9 --- /dev/null +++ b/assets/README @@ -0,0 +1,7 @@ +Place your assets like PNG files in this directory and they will be packaged +with your module. + +All JavaScript files in the assets directory are IGNORED except if you create a +file named "com.fanhero.cardio.js" in this directory in which case it will be +wrapped by native code, compiled, and used as your module. This allows you to +run pure JavaScript modules that are pre-compiled.