Skip to content

Commit ee85258

Browse files
committed
Removed recursive dependency issue
1 parent fa1b287 commit ee85258

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ScanDemoExample/app/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ android {
2121
}
2222

2323
dependencies {
24-
//implementation project(':scanlibrary')
24+
implementation project(':scanlibrary')
2525
implementation fileTree(dir: 'libs', include: ['*.jar'])
2626
implementation 'androidx.appcompat:appcompat:1.2.0'
27-
//implementation 'com.github.NeutrinosPlatform:scanlibrary:3.3'
28-
29-
implementation 'com.github.ishaquehassan:AndroidDocumentScanLibrary:1.5'
3027
}

0 commit comments

Comments
 (0)