diff --git a/example/RNExampleApp/android/build.gradle b/example/RNExampleApp/android/build.gradle index 1775deaa..03823e4b 100644 --- a/example/RNExampleApp/android/build.gradle +++ b/example/RNExampleApp/android/build.gradle @@ -25,7 +25,7 @@ allprojects { url "$rootDir/../node_modules/react-native/android" } maven { - url 'https://anylinesdk.blob.core.windows.net/testing/' + url 'https://anylinesdk.blob.core.windows.net/maven/' } maven { url 'https://maven.google.com/' diff --git a/example/RNExampleApp/ios/RNExampleApp/Info.plist b/example/RNExampleApp/ios/RNExampleApp/Info.plist index 90ddcc59..7950263f 100644 --- a/example/RNExampleApp/ios/RNExampleApp/Info.plist +++ b/example/RNExampleApp/ios/RNExampleApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.23.1 + 3.24.0 CFBundleSignature ???? CFBundleVersion diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index e521f22f..56df09b8 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "RNExampleApp", - "version": "3.23.1", + "version": "3.24.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 e7887e80..b4af1f46 100755 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -50,14 +50,14 @@ repositories { dirs 'libs' } maven { - url 'https://anylinesdk.blob.core.windows.net/testing/' + url 'https://anylinesdk.blob.core.windows.net/maven/' } } dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile 'com.android.support:appcompat-v7:26.1.0' - compile 'io.anyline:anylinesdk:3.24.0-RC4@aar' + compile 'io.anyline:anylinesdk:3.24.0@aar' compile 'com.google.android.gms:play-services-vision:12.0.1' compile 'com.android.support:design:26.1.0' compile "com.facebook.react:react-native:+" // From node_modules diff --git a/plugin/ios/AnylineDocumentScanViewController.h b/plugin/ios/AnylineDocumentScanViewController.h index 2253f0a7..e95e8bc4 100644 --- a/plugin/ios/AnylineDocumentScanViewController.h +++ b/plugin/ios/AnylineDocumentScanViewController.h @@ -43,6 +43,6 @@ * * @since 3.24 */ -@property (nonatomic, strong) Boolean postProcessing; +@property (nonatomic) Boolean postProcessing; @end diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index 4ca92bb5..16fbd136 100644 --- a/plugin/ios/AnylineReact.podspec +++ b/plugin/ios/AnylineReact.podspec @@ -21,5 +21,5 @@ Pod::Spec.new do |s| s.source_files = "*.{h,m}" s.dependency "React" - s.dependency "Anyline", "~> 3.23.0" + s.dependency "Anyline", "~> 3.24.0" end diff --git a/plugin/package.json b/plugin/package.json index c916df95..073063bc 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "anyline-ocr-react-native-module", - "version": "3.23.2", + "version": "3.24.0", "main": "index.js", "description": "A Plugin for connecting Anyline with React-Native", "license": "SEE LICENSE IN LICENSE",