File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ repositories {
4747 // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
4848 url(" $rootDir /../node_modules/react-native/android" )
4949 }
50+ maven {
51+ url ' https://www.myget.org/F/idscan-public/maven/'
52+ }
5053
5154 google()
5255 mavenCentral()
@@ -59,9 +62,9 @@ dependencies {
5962 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion "
6063
6164 // IDScan dependencies
62- implementation ' net.idscan.components.android:dlparser-standard:1.29 .0'
63- implementation ' net.idscan.components.android:multiscan:2.3.1 '
64- implementation ' net.idscan.components.android:multiscan-mrz:2.3.1 '
65- implementation ' net.idscan.components.android:multiscan-pdf417:2.3.1 '
65+ implementation ' net.idscan.components.android:dlparser-standard:1.30 .0'
66+ implementation ' net.idscan.components.android:multiscan:2.5.0 '
67+ implementation ' net.idscan.components.android:multiscan-mrz:2.5.0 '
68+ implementation ' net.idscan.components.android:multiscan-pdf417:2.5.0 '
6669 implementation " org.jetbrains.kotlin:kotlin-reflect"
6770}
You can’t perform that action at this time.
0 commit comments