Skip to content

Commit

Permalink
Merge pull request #9 from BlinkID/release/v1.1.0
Browse files Browse the repository at this point in the history
Release/v1.1.0
  • Loading branch information
DoDoENT authored Nov 14, 2016
2 parents 41e186e + af94259 commit f8124f5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BlinkID/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@

<source-file src="src/android/blinkid-android/beep.mp3" target-dir="res/raw" />

<framework src="src/android/libRecognizer.gradle" custom="true" type="gradleReference" />
<resource-file src="src/android/blinkid-android/LibRecognizer.aar" target="aar/LibRecognizer.aar" />
<framework src="src/android/libBlinkID.gradle" custom="true" type="gradleReference" />
<resource-file src="src/android/blinkid-android/LibBlinkID.aar" target="aar/LibBlinkID.aar" />

<hook type="after_prepare" src="scripts/fix-largeheap.js" />
</platform>
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/src/android/blinkid-android
Submodule blinkid-android updated 468 files
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repositories{
}

dependencies {
compile(name:'LibRecognizer', ext:'aar')
compile 'com.android.support:support-v4:23.1.1'
compile(name:'LibBlinkID', ext:'aar')
compile 'com.android.support:appcompat-v7:25.0.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/src/ios/blinkid-ios
Submodule blinkid-ios updated 112 files
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# BlinkID SDK wrapper for PhoneGap

This repository contains example wrapper for BlinkID native SDKs ([iOS](https://github.com/BlinkID/blinkid-ios) and [Android](https://github.com/BlinkID/blinkid-android)). Not all features of native SDKs are available in PhoneGap wrapper. However, the wrapper is open source, so you can easily add features that you need. For 100% of features and maximum control, consider using native SDKs.

## Dependencies
MicroBlink.framework/MicroBlink file in iOS submodule exceeds GitHubs limited file size of 100MB.
To correctly init the submodule Git LFS is needed. Git LFS can be installed with homebrew:
Expand Down
6 changes: 6 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0
- updated Android SDK to [v3.2.0](https://github.com/BlinkID/blinkid-android/releases/tag/v3.2.0)
- updated iOS SDK to [v2.5.0](https://github.com/BlinkID/blinkid-ios/releases/tag/v2.5.0)
- added support for returning cropped image of scanned document
- added example for Ionic framework

## 1.0.2
- updated [Android SDK](https://github.com/BlinkID/blinkid-android) to v2.5.0

Expand Down

0 comments on commit f8124f5

Please sign in to comment.