Skip to content

Commit

Permalink
added release SDK
Browse files Browse the repository at this point in the history
removed Strict Mode
  • Loading branch information
jonaslaux committed Apr 13, 2018
1 parent 5c72fe6 commit 0db1e30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/RNExampleApp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down
3 changes: 0 additions & 3 deletions example/RNExampleApp/config/MRZConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ export default {
"style": "rect",
"strokeColor": "0099FF",
"strokeWidth": 2
},
"mrz": {
"strictMode" : true
}
}
}
4 changes: 2 additions & 2 deletions plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0db1e30

Please sign in to comment.