Skip to content

Commit 925b39d

Browse files
2 parents aa96773 + be65efa commit 925b39d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/Usecase/ReadADriversLicense/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ android {
3737
}
3838

3939
dependencies {
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+
}

0 commit comments

Comments
 (0)