File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11
11
"bundleiOS" : " react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios"
12
12
},
13
13
"dependencies" : {
14
+ "android" : " ^0.0.8" ,
14
15
"anyline-ocr-react-native-module" : " ../../plugin" ,
15
16
"hermesvm" : " ^0.1.1" ,
16
17
"jsc-android" : " ^241213.1.0" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ repositories {
68
68
69
69
dependencies {
70
70
implementation fileTree(dir : " libs" , include : [" *.jar" ])
71
- implementation ' io.anyline:anylinesdk:30'
71
+ implementation ' io.anyline:anylinesdk:30.1 '
72
72
implementation " com.facebook.react:react-native:+" // from node_modules
73
73
implementation(" com.google.android.material:material:1.1.0-alpha10" )
74
74
implementation ' androidx.multidex:multidex:2.0.1'
You can’t perform that action at this time.
0 commit comments