From 5c549ff791812ad3ad0290899e172e8186fed304 Mon Sep 17 00:00:00 2001 From: jonaslaux Date: Mon, 21 Jan 2019 19:28:53 +0100 Subject: [PATCH] changed versions to 7 --- example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj | 2 +- example/RNExampleApp/ios/RNExampleApp/Info.plist | 2 +- example/RNExampleApp/package.json | 2 +- example/RNExampleApp/yarn.lock | 2 +- plugin/android/build.gradle | 2 +- plugin/ios/AnylineReact.podspec | 2 +- plugin/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj b/example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj index 7a25ed9b..abe90e0e 100644 --- a/example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj +++ b/example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj @@ -1221,7 +1221,7 @@ ); inputPaths = ( "${SRCROOT}/Pods/Target Support Files/Pods-RNExampleApp/Pods-RNExampleApp-resources.sh", - "${PODS_ROOT}/Anyline/AnylineSDK_iOS_5/Framework/AnylineResources.bundle", + "${PODS_ROOT}/Anyline/AnylineSDK_iOS_6.1/Framework/AnylineResources.bundle", ); name = "[CP] Copy Pods Resources"; outputPaths = ( diff --git a/example/RNExampleApp/ios/RNExampleApp/Info.plist b/example/RNExampleApp/ios/RNExampleApp/Info.plist index 325c8fa1..af6dcdad 100644 --- a/example/RNExampleApp/ios/RNExampleApp/Info.plist +++ b/example/RNExampleApp/ios/RNExampleApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 6.1.0 + 7.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index 9ae77e11..191b70dc 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "anyline-react-native-example-app", - "version": "6.1.0", + "version": "7.0.0", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/example/RNExampleApp/yarn.lock b/example/RNExampleApp/yarn.lock index a15f1479..bad3aa0a 100644 --- a/example/RNExampleApp/yarn.lock +++ b/example/RNExampleApp/yarn.lock @@ -1201,7 +1201,7 @@ ansi@^0.3.0, ansi@~0.3.1: integrity sha1-DELU+xcWDVqa8eSEus4cZpIsGyE= anyline-ocr-react-native-module@../../plugin: - version "6.1.0" + version "7.0.0" dependencies: buffer "^5.1.0" diff --git a/plugin/android/build.gradle b/plugin/android/build.gradle index 37922b2e..6a0c06d4 100755 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -62,7 +62,7 @@ repositories { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'com.android.support:appcompat-v7:26.1.0' - implementation 'io.anyline:anylinesdk:6.1@aar' + implementation 'io.anyline:anylinesdk:7@aar' implementation 'com.google.android.gms:play-services-vision:17.0.2' implementation 'com.android.support:design:26.1.0' implementation "com.facebook.react:react-native:+" // From node_modules diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index 95a95547..bc7f00de 100644 --- a/plugin/ios/AnylineReact.podspec +++ b/plugin/ios/AnylineReact.podspec @@ -20,5 +20,5 @@ Pod::Spec.new do |s| s.source_files = "*.{h,m}" - s.dependency "Anyline", "~> 6.1" + s.dependency "Anyline", "~> 7" end diff --git a/plugin/package.json b/plugin/package.json index 14a11d0b..5a730e3d 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "anyline-ocr-react-native-module", - "version": "6.1.0", + "version": "7.0.0", "main": "index.js", "description": "A Plugin for connecting Anyline with React-Native", "license": "SEE LICENSE IN LICENSE",