Skip to content

Commit

Permalink
Merge pull request #227 from BlinkID/hotfix/v6.13.1
Browse files Browse the repository at this point in the history
Hotfix/v6.13.1
  • Loading branch information
mparadina authored Jan 10, 2025
2 parents f55feee + 9a7a145 commit c6b53a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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": "6.13.0",
"version": "6.13.1",
"description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).",
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions BlinkID/src/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<application>
<activity android:name="com.microblink.blinkid.activity.DocumentScanActivity" android:noHistory="true" />
<activity android:name="com.microblink.blinkid.activity.DocumentVerificationActivity" android:noHistory="true" />
<activity android:name="com.microblink.blinkid.activity.LegacyDocumentVerificationActivity" android:noHistory="true" />
<activity android:name="com.microblink.blinkid.activity.BlinkIdActivity" android:noHistory="true" />
</application>

</manifest>
</manifest>
4 changes: 4 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.13.1
- Android-specific
- Fixed naming of the deprecated `LegacyDocumentVerificationActivity` in `AndroidManifest.xml`

## 6.13.0
- Updated the plugin to [Android SDK v6.13.0](https://github.com/BlinkID/blinkid-android/releases/tag/v6.13.0) and [iOS SDK v6.13.0](https://github.com/BlinkID/blinkid-ios/releases/tag/v6.13.0)

Expand Down
2 changes: 1 addition & 1 deletion initReactNativeSampleApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ "$IS_LOCAL_BUILD" = true ]; then
# use directly source code from this repo instead of npm package
# from RN 0.57 symlink does not work any more
npm pack $blink_id_plugin_path
npm install --save blinkid-react-native-6.13.0.tgz
npm install --save blinkid-react-native-6.13.1.tgz
#pushd node_modules
#ln -s $blink_id_plugin_path blinkid-react-native
#popd
Expand Down

0 comments on commit c6b53a7

Please sign in to comment.