Skip to content

Commit 5ad469f

Browse files
release 55.7.1 (#197)
1 parent 7e73ca7 commit 5ad469f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

example/RNExampleApp/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "RNExampleApp",
44
"description": "Anyline RN Dev Examples",
55
"slug": "RNExampleApp",
6-
"version": "55.7.0",
6+
"version": "55.7.1",
77
"orientation": "portrait",
88
"icon": "./assets/images/icon.png",
99
"splash": {

example/RNExampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-example-app",
3-
"version": "55.7.0",
3+
"version": "55.7.1",
44
"private": true,
55
"scripts": {
66
"initProject": "yarn add expo && yarn add ../../plugin",

plugin/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ repositories {
6161

6262
dependencies {
6363
implementation fileTree(dir: "libs", include: ["*.jar"])
64-
implementation 'io.anyline:anylinesdk:55.7.0'
64+
implementation 'io.anyline:anylinesdk:55.7.1'
6565
implementation "com.facebook.react:react-native:+"
6666
}

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anyline-ocr-react-native-module",
3-
"version": "55.7.0",
3+
"version": "55.7.1",
44
"description": "A Plugin for connecting Anyline with React-Native",
55
"keywords": [
66
"reactnative",

0 commit comments

Comments
 (0)