Skip to content

Commit

Permalink
Android Release 30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickAnyline committed Apr 30, 2021
1 parent af7bcbf commit eb433a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/RNExampleApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit eb433a1

Please sign in to comment.