diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index d8515458..e6085b91 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -11,6 +11,7 @@ "bundleiOS": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios" }, "dependencies": { + "android": "^0.0.8", "anyline-ocr-react-native-module": "../../plugin", "hermesvm": "^0.1.1", "jsc-android": "^241213.1.0", diff --git a/plugin/android/build.gradle b/plugin/android/build.gradle index 2afd4f7f..cc0d090a 100755 --- a/plugin/android/build.gradle +++ b/plugin/android/build.gradle @@ -68,7 +68,7 @@ repositories { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'io.anyline:anylinesdk:30' + implementation 'io.anyline:anylinesdk:30.1' implementation "com.facebook.react:react-native:+" // from node_modules implementation("com.google.android.material:material:1.1.0-alpha10") implementation 'androidx.multidex:multidex:2.0.1'