File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
android/Usecase/ReadADriversLicense/app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ android {
3737}
3838
3939dependencies {
40- implementation fileTree(include : [' *.aar' ], dir : ' ../../../../Libs' )
41- // implementation 'com.dynamsoft:dynamsoftcameraenhancer:latest.release @aar'
42- // implementation 'com.dynamsoft:dynamsoftbarcodereader:latest.release @aar'
40+ // implementation fileTree(include: ['*.aar'], dir: '../../../../Libs')
41+ implementation ' com.dynamsoft:dynamsoftcameraenhancer:2.1.3 @aar'
42+ implementation ' com.dynamsoft:dynamsoftbarcodereader:9.0.0 @aar'
4343
4444 implementation ' androidx.appcompat:appcompat:1.2.0'
4545 implementation ' com.google.android.material:material:1.2.1'
4646 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
4747 testImplementation ' junit:junit:4.+'
4848 androidTestImplementation ' androidx.test.ext:junit:1.1.2'
4949 androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
50- }
50+ }
You can’t perform that action at this time.
0 commit comments