Skip to content

Commit

Permalink
Merge pull request #116 from BlinkID/feature/v4.9.1
Browse files Browse the repository at this point in the history
Feature/v4.9.1
  • Loading branch information
juraskrlec authored May 31, 2019
2 parents 175d2fd + 9ed792e commit b4bc6c5
Show file tree
Hide file tree
Showing 6 changed files with 874 additions and 866 deletions.
2 changes: 1 addition & 1 deletion BlinkID/blinkid-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = "src/ios", "src/ios/**/*.{h,m}"

s.dependency 'React'
s.dependency 'PPBlinkID', '~> 4.9.0'
s.dependency 'PPBlinkID', '~> 4.9.1'

s.frameworks = 'UIKit'
end
2 changes: 1 addition & 1 deletion BlinkID/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinkid-react-native",
"version": "4.9.0",
"version": "4.9.1",
"description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:appcompat-v7:28.0.0"
compile 'com.facebook.react:react-native:+'
compile('com.microblink:blinkid:4.9.0@aar') {
compile('com.microblink:blinkid:4.9.1@aar') {
transitive = false
}
}
Loading

0 comments on commit b4bc6c5

Please sign in to comment.