Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynamsoft-Jerson committed Sep 30, 2022
1 parent fbd7658 commit ddda8a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/MRZScanner/MRZLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ dependencies {
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
compileOnly fileTree(includes: ['*.aar'], dir: '../../../Libs')
//compileOnly fileTree(includes: ['*.aar'], dir: '../../../Libs')
implementation 'com.dynamsoft:dynamsoftlabelrecognizer:2.2.20'
implementation 'com.dynamsoft:dynamsoftcameraenhancer:3.0.1'
}

0 comments on commit ddda8a5

Please sign in to comment.