Skip to content

Commit

Permalink
Update SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
mparadina committed Jul 19, 2024
1 parent 5d808e8 commit ddd9d96
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BlinkID/MicroblinkBlinkidCapacitor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.swift_version = '5.5'
s.dependency 'PPBlinkID', '~> 6.7.1'
s.dependency 'PPBlinkID', '~> 6.9.0'
end
2 changes: 1 addition & 1 deletion BlinkID/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')

implementation('com.microblink:blinkid:6.7.0@aar') {
implementation('com.microblink:blinkid:6.9.0@aar') {
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end
target 'Plugin' do
capacitor_pods

pod 'PPBlinkID', '~> 6.7.1'
pod 'PPBlinkID', '~> 6.9.0'
end

target 'PluginTests' do
Expand Down
4 changes: 2 additions & 2 deletions BlinkID/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BlinkID/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microblink/blinkid-capacitor",
"version": "6.7.1",
"version": "6.9.0",
"description": "A small and powerful ID card Capacitor plugin for BlinkID SDK",
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit ddd9d96

Please sign in to comment.