From da91f2b3ffcffe1bf552dd45969e6b0d47ee985e Mon Sep 17 00:00:00 2001 From: Patrick Fekete Date: Fri, 25 Mar 2022 10:19:43 +0100 Subject: [PATCH 1/4] Update version to 38.0.0-RC1 --- example/RNExampleApp/android/build.gradle | 2 +- example/RNExampleApp/ios/RNExampleApp/Info.plist | 2 +- example/RNExampleApp/package.json | 2 +- plugin/android/build.gradle | 4 ++-- plugin/package.json | 16 ++++++++-------- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/example/RNExampleApp/android/build.gradle b/example/RNExampleApp/android/build.gradle index c449ac55..f4c999c9 100644 --- a/example/RNExampleApp/android/build.gradle +++ b/example/RNExampleApp/android/build.gradle @@ -35,7 +35,7 @@ allprojects { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" } - maven { url 'https://anylinesdk.blob.core.windows.net/maven/' } + maven { url 'https://anylinesdk.blob.core.windows.net/testing/' } google() jcenter() flatDir { diff --git a/example/RNExampleApp/ios/RNExampleApp/Info.plist b/example/RNExampleApp/ios/RNExampleApp/Info.plist index 61e94709..b4365b2d 100644 --- a/example/RNExampleApp/ios/RNExampleApp/Info.plist +++ b/example/RNExampleApp/ios/RNExampleApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 37.0.0 + 38.0.0-RC1 CFBundleSignature ???? CFBundleVersion diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index 2f9409b8..6f18ccf1 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "RNExampleApp", - "version": "37.0.0", + "version": "38.0.0-RC1", "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 402bbe65..9547eb8e 100755 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -59,13 +59,13 @@ repositories { dirs 'libs' } maven { - url 'https://anylinesdk.blob.core.windows.net/maven/' + url 'https://anylinesdk.blob.core.windows.net/testing/' } } dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'io.anyline:anylinesdk:37.0.0' + implementation 'io.anyline:anylinesdk:38.0.0-RC1' 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 fc3d2f0b..b8f6961a 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { - "_from": "anyline-ocr-react-native-module@^37.0.0", - "_id": "anyline-ocr-react-native-module@37.0.0", + "_from": "anyline-ocr-react-native-module@^38.0.0-RC1", + "_id": "anyline-ocr-react-native-module@38.0.0-RC1", "_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@^37.0.0", + "raw": "anyline-ocr-react-native-module@^38.0.0-RC1", "name": "anyline-ocr-react-native-module", "escapedName": "anyline-ocr-react-native-module", - "rawSpec": "^37.0.0", + "rawSpec": "^38.0.0-RC1", "saveSpec": null, - "fetchSpec": "^37.0.0" + "fetchSpec": "^38.0.0-RC1" }, "_requiredBy": [ "/" ], - "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-37.0.0.tgz", + "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-38.0.0-RC1.tgz", "_shasum": "bacbcd260cc662244f59393ed81a6edba009b52c", - "_spec": "anyline-ocr-react-native-module@^37.0.0", + "_spec": "anyline-ocr-react-native-module@^38.0.0-RC1", "_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": "37.0.0" + "version": "38.0.0-RC1" } From 33bbd0823ba596a6cddc8940abd917cf3a1eb870 Mon Sep 17 00:00:00 2001 From: Patrick Fekete Date: Wed, 30 Mar 2022 15:14:58 +0200 Subject: [PATCH 2/4] Update Android version to 38.0.0 --- example/RNExampleApp/android/build.gradle | 2 +- example/RNExampleApp/ios/RNExampleApp/Info.plist | 2 +- example/RNExampleApp/package.json | 2 +- plugin/android/build.gradle | 4 ++-- plugin/package.json | 16 ++++++++-------- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/example/RNExampleApp/android/build.gradle b/example/RNExampleApp/android/build.gradle index f4c999c9..c449ac55 100644 --- a/example/RNExampleApp/android/build.gradle +++ b/example/RNExampleApp/android/build.gradle @@ -35,7 +35,7 @@ allprojects { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" } - maven { url 'https://anylinesdk.blob.core.windows.net/testing/' } + maven { url 'https://anylinesdk.blob.core.windows.net/maven/' } google() jcenter() flatDir { diff --git a/example/RNExampleApp/ios/RNExampleApp/Info.plist b/example/RNExampleApp/ios/RNExampleApp/Info.plist index b4365b2d..081ffff4 100644 --- a/example/RNExampleApp/ios/RNExampleApp/Info.plist +++ b/example/RNExampleApp/ios/RNExampleApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 38.0.0-RC1 + 38.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index 6f18ccf1..8ebfa82d 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "RNExampleApp", - "version": "38.0.0-RC1", + "version": "38.0.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 9547eb8e..00205310 100755 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -59,13 +59,13 @@ repositories { dirs 'libs' } maven { - url 'https://anylinesdk.blob.core.windows.net/testing/' + url 'https://anylinesdk.blob.core.windows.net/maven/' } } dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'io.anyline:anylinesdk:38.0.0-RC1' + implementation 'io.anyline:anylinesdk:38.0.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 b8f6961a..516d5b7d 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { - "_from": "anyline-ocr-react-native-module@^38.0.0-RC1", - "_id": "anyline-ocr-react-native-module@38.0.0-RC1", + "_from": "anyline-ocr-react-native-module@^38.0.0", + "_id": "anyline-ocr-react-native-module@38.0.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@^38.0.0-RC1", + "raw": "anyline-ocr-react-native-module@^38.0.0", "name": "anyline-ocr-react-native-module", "escapedName": "anyline-ocr-react-native-module", - "rawSpec": "^38.0.0-RC1", + "rawSpec": "^38.0.0", "saveSpec": null, - "fetchSpec": "^38.0.0-RC1" + "fetchSpec": "^38.0.0" }, "_requiredBy": [ "/" ], - "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-38.0.0-RC1.tgz", + "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-38.0.0.tgz", "_shasum": "bacbcd260cc662244f59393ed81a6edba009b52c", - "_spec": "anyline-ocr-react-native-module@^38.0.0-RC1", + "_spec": "anyline-ocr-react-native-module@^38.0.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": "38.0.0-RC1" + "version": "38.0.0" } From c169cd457d63bcdd92082dbd1b9eb844f4c05258 Mon Sep 17 00:00:00 2001 From: Renato Neves Ribeiro Date: Wed, 30 Mar 2022 15:25:29 +0200 Subject: [PATCH 3/4] update ios/android v38.0.0 --- example/RNExampleApp/android/app/build.gradle | 2 +- plugin/android/build.gradle | 2 +- plugin/package.json | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example/RNExampleApp/android/app/build.gradle b/example/RNExampleApp/android/app/build.gradle index 88a45fe7..1d9c4a1d 100644 --- a/example/RNExampleApp/android/app/build.gradle +++ b/example/RNExampleApp/android/app/build.gradle @@ -104,7 +104,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 3 - versionName "37.0.0" + versionName "38.0.0" multiDexEnabled true } diff --git a/plugin/android/build.gradle b/plugin/android/build.gradle index 9547eb8e..5a430331 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:38.0.0-RC1' + implementation 'io.anyline:anylinesdk:38.0.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 b8f6961a..516d5b7d 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { - "_from": "anyline-ocr-react-native-module@^38.0.0-RC1", - "_id": "anyline-ocr-react-native-module@38.0.0-RC1", + "_from": "anyline-ocr-react-native-module@^38.0.0", + "_id": "anyline-ocr-react-native-module@38.0.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@^38.0.0-RC1", + "raw": "anyline-ocr-react-native-module@^38.0.0", "name": "anyline-ocr-react-native-module", "escapedName": "anyline-ocr-react-native-module", - "rawSpec": "^38.0.0-RC1", + "rawSpec": "^38.0.0", "saveSpec": null, - "fetchSpec": "^38.0.0-RC1" + "fetchSpec": "^38.0.0" }, "_requiredBy": [ "/" ], - "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-38.0.0-RC1.tgz", + "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-38.0.0.tgz", "_shasum": "bacbcd260cc662244f59393ed81a6edba009b52c", - "_spec": "anyline-ocr-react-native-module@^38.0.0-RC1", + "_spec": "anyline-ocr-react-native-module@^38.0.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": "38.0.0-RC1" + "version": "38.0.0" } From 5854ea382c865d3c9e8a9c1bfed70b1a5dc1d0e7 Mon Sep 17 00:00:00 2001 From: Renato Neves Ribeiro Date: Wed, 30 Mar 2022 15:32:08 +0200 Subject: [PATCH 4/4] update missing files with version 38 sdk --- example/RNExampleApp/ios/RNExampleApp/Info.plist | 2 +- example/RNExampleApp/package.json | 2 +- plugin/android/build.gradle | 2 +- plugin/ios/AnylineReact.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/RNExampleApp/ios/RNExampleApp/Info.plist b/example/RNExampleApp/ios/RNExampleApp/Info.plist index b4365b2d..081ffff4 100644 --- a/example/RNExampleApp/ios/RNExampleApp/Info.plist +++ b/example/RNExampleApp/ios/RNExampleApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 38.0.0-RC1 + 38.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index 6f18ccf1..8ebfa82d 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "RNExampleApp", - "version": "38.0.0-RC1", + "version": "38.0.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 5a430331..00205310 100755 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -59,7 +59,7 @@ repositories { dirs 'libs' } maven { - url 'https://anylinesdk.blob.core.windows.net/testing/' + url 'https://anylinesdk.blob.core.windows.net/maven/' } } diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index 90ff4176..8d153116 100644 --- a/plugin/ios/AnylineReact.podspec +++ b/plugin/ios/AnylineReact.podspec @@ -19,6 +19,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" } s.source_files = "*.{h,m}" - s.dependency "Anyline", "~> 37" + s.dependency "Anyline", "~> 38" s.dependency "React" end