diff --git a/example/RNExampleApp/ios/RNExampleApp/Info.plist b/example/RNExampleApp/ios/RNExampleApp/Info.plist
index 295681ec..325c8fa1 100644
--- a/example/RNExampleApp/ios/RNExampleApp/Info.plist
+++ b/example/RNExampleApp/ios/RNExampleApp/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 5
+ 6.1.0
CFBundleSignature
????
CFBundleVersion
@@ -45,6 +45,8 @@
armv7
+ UIRequiresFullScreen
+
UISupportedInterfaceOrientations
UIInterfaceOrientationPortrait
diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json
index 42bb2698..9ae77e11 100644
--- a/example/RNExampleApp/package.json
+++ b/example/RNExampleApp/package.json
@@ -1,6 +1,6 @@
{
"name": "anyline-react-native-example-app",
- "version": "6.0.0",
+ "version": "6.1.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 297aecc0..a15f1479 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.0.0"
+ version "6.1.0"
dependencies:
buffer "^5.1.0"
diff --git a/plugin/android/build.gradle b/plugin/android/build.gradle
index b87507cf..37922b2e 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@aar'
+ implementation 'io.anyline:anylinesdk:6.1@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 1372e6b2..95a95547 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"
+ s.dependency "Anyline", "~> 6.1"
end
diff --git a/plugin/package.json b/plugin/package.json
index 8de9a9e8..14a11d0b 100644
--- a/plugin/package.json
+++ b/plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "anyline-ocr-react-native-module",
- "version": "6.0.0",
+ "version": "6.1.0",
"main": "index.js",
"description": "A Plugin for connecting Anyline with React-Native",
"license": "SEE LICENSE IN LICENSE",