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/config/MRZConfig.js b/example/RNExampleApp/config/MRZConfig.js index 9dc52cee..ae319358 100755 --- a/example/RNExampleApp/config/MRZConfig.js +++ b/example/RNExampleApp/config/MRZConfig.js @@ -56,9 +56,6 @@ export default { "style": "rect", "strokeColor": "0099FF", "strokeWidth": 2 - }, - "mrz": { - "strictMode" : true } } } \ No newline at end of file diff --git a/plugin/android/build.gradle b/plugin/android/build.gradle index f9041c9f..9d26c1be 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.23.0-RC3@aar' + compile 'io.anyline:anylinesdk:3.23.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