diff --git a/example/RNExampleApp/android/app/build.gradle b/example/RNExampleApp/android/app/build.gradle index eb661ba0..1b9b5bc6 100644 --- a/example/RNExampleApp/android/app/build.gradle +++ b/example/RNExampleApp/android/app/build.gradle @@ -103,8 +103,8 @@ android { applicationId "com.anyline.example.reactnative" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 4 - versionName "42.0.0" + versionCode 5 + versionName "42.2.0" multiDexEnabled true } diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index 42ad6a51..d01c3aca 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "RNExampleApp", - "version": "42.0.0", + "version": "42.2.0", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/plugin/android/build.gradle b/plugin/android/build.gradle index 4f7c88ec..02d4ced0 100755 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -65,7 +65,7 @@ repositories { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'io.anyline:anylinesdk:42.0.0' + implementation 'io.anyline:anylinesdk:42.2.0' implementation "com.facebook.react:react-native:+" // from node_modules implementation("com.google.android.material:material:1.4.0-rc01") implementation 'androidx.multidex:multidex:2.0.1' diff --git a/plugin/package.json b/plugin/package.json index cbdb8bf3..599d7348 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { - "_from": "anyline-ocr-react-native-module@^42.0.0", - "_id": "anyline-ocr-react-native-module@^42.0.0", + "_from": "anyline-ocr-react-native-module@^42.2.0", + "_id": "anyline-ocr-react-native-module@^42.2.0", "_inBundle": false, "_integrity": "sha512-BGi9zNkSsoxXywDBIqzgBRvKUBniQOJHDKBrozZubKthZNRBAj8Ry5tW0Me0yLXt/fauME//hbC0wsenfPJZqw==", "_location": "/anyline-ocr-react-native-module", @@ -8,19 +8,19 @@ "_requested": { "type": "range", "registry": true, - "raw": "anyline-ocr-react-native-module@^42.0.0", + "raw": "anyline-ocr-react-native-module@^42.2.0", "name": "anyline-ocr-react-native-module", "escapedName": "anyline-ocr-react-native-module", - "rawSpec": "^42.0.0", + "rawSpec": "^42.2.0", "saveSpec": null, - "fetchSpec": "^42.0.0" + "fetchSpec": "^42.2.0" }, "_requiredBy": [ "/" ], - "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-42.0.0.tgz", + "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-42.2.0.tgz", "_shasum": "bacbcd260cc662244f59393ed81a6edba009b52c", - "_spec": "anyline-ocr-react-native-module@^42.0.0", + "_spec": "anyline-ocr-react-native-module@^42.2.0", "_where": "/Users/amiransari/Projects/anyline-ocr-react-native-module1/example/RNExampleApp", "bugs": { "url": "https://github.com/Anyline/anyline-ocr-react-native-module/issues" @@ -47,5 +47,5 @@ "type": "git", "url": "git+https://github.com/Anyline/anyline-ocr-react-native-module.git" }, - "version": "42.0.0" + "version": "42.2.0" }