From 91d20b522e588e0957308fd3e8092f25c27b002f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Mu=CC=88ller?= Date: Wed, 30 Sep 2020 21:36:29 +0200 Subject: [PATCH 1/2] Bumped iOS version --- example/RNExampleApp/ios/RNExampleApp/Info.plist | 2 +- example/RNExampleApp/package.json | 2 +- plugin/ios/AnylineReact.podspec | 2 +- plugin/package.json | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/example/RNExampleApp/ios/RNExampleApp/Info.plist b/example/RNExampleApp/ios/RNExampleApp/Info.plist index be806113..c27e4421 100644 --- a/example/RNExampleApp/ios/RNExampleApp/Info.plist +++ b/example/RNExampleApp/ios/RNExampleApp/Info.plist @@ -23,7 +23,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 24.0.0 + 24.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index 1dad7eee..77649363 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "RNExampleApp", - "version": "24.0.0", + "version": "24.1.0", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index 6452d582..95994a01 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", "~> 24.0" + s.dependency "Anyline", "~> 24.1" s.dependency "React" end diff --git a/plugin/package.json b/plugin/package.json index 3329bdc2..ce560653 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { - "_from": "anyline-ocr-react-native-module@^24.0.0", - "_id": "anyline-ocr-react-native-module@24.0.0", + "_from": "anyline-ocr-react-native-module@^24.1.0", + "_id": "anyline-ocr-react-native-module@24.1.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@^24.0.0", + "raw": "anyline-ocr-react-native-module@^24.1.0", "name": "anyline-ocr-react-native-module", "escapedName": "anyline-ocr-react-native-module", - "rawSpec": "^24.0.0", + "rawSpec": "^24.1.0", "saveSpec": null, - "fetchSpec": "^24.0.0" + "fetchSpec": "^24.1.0" }, "_requiredBy": [ "/" ], - "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-24.0.0.tgz", + "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-24.1.0.tgz", "_shasum": "62ab2a6c30e365851e5c6951546576a711d9183e", - "_spec": "anyline-ocr-react-native-module@^24.0.0", + "_spec": "anyline-ocr-react-native-module@^24.1.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": "24.0.0" + "version": "24.1.0" } From 645d5a0b4ae05b919f3fd6d2bc229322a6191efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Mu=CC=88ller?= Date: Thu, 1 Oct 2020 00:22:03 +0200 Subject: [PATCH 2/2] bumped build.grade versions --- example/RNExampleApp/android/build.gradle | 2 +- plugin/android/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/RNExampleApp/android/build.gradle b/example/RNExampleApp/android/build.gradle index feaa0e4e..92b66c2a 100644 --- a/example/RNExampleApp/android/build.gradle +++ b/example/RNExampleApp/android/build.gradle @@ -33,7 +33,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/plugin/android/build.gradle b/plugin/android/build.gradle index 12943c26..0b5dc56f 100755 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -62,13 +62,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:24.1-RC1' + implementation 'io.anyline:anylinesdk:24.1' implementation 'com.google.firebase:firebase-ml-vision:19.0.2' implementation 'com.google.firebase:firebase-ml-vision-face-model:17.0.2' implementation "com.facebook.react:react-native:+" // From node_modules