We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1b287 commit ee85258Copy full SHA for ee85258
1 file changed
ScanDemoExample/app/build.gradle
@@ -21,10 +21,7 @@ android {
21
}
22
23
dependencies {
24
- //implementation project(':scanlibrary')
+ implementation project(':scanlibrary')
25
implementation fileTree(dir: 'libs', include: ['*.jar'])
26
implementation 'androidx.appcompat:appcompat:1.2.0'
27
- //implementation 'com.github.NeutrinosPlatform:scanlibrary:3.3'
28
-
29
- implementation 'com.github.ishaquehassan:AndroidDocumentScanLibrary:1.5'
30
0 commit comments