File tree Expand file tree Collapse file tree
DocumentReader-sample_kotlin/app
DocumentReader-sample/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ dependencies {
3737 androidTestImplementation ' com.android.support.test:runner:1.0.2'
3838 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
3939
40- implementation ' com.regula.documentreader.fullrfid: core:5.4 .+@aar'
41- implementation(' com.regula.documentreader:api:5.4 .+@aar' ) {
40+ implementation ' com.regula.documentreader.core:fullrfid:5.5 .+@aar'
41+ implementation(' com.regula.documentreader:api:5.5 .+@aar' ) {
4242 transitive = true ;
4343 }
4444}
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ dependencies {
4040 androidTestImplementation ' com.android.support.test:runner:1.0.2'
4141 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
4242
43- implementation ' com.regula.documentreader.fullrfid: core:5.4 .+@aar'
44- implementation(' com.regula.documentreader:api:5.4 .+@aar' ) {
43+ implementation ' com.regula.documentreader.core:fullrfid:5.5 .+@aar'
44+ implementation(' com.regula.documentreader:api:5.5 .+@aar' ) {
4545 transitive = true ;
4646 }
4747}
Original file line number Diff line number Diff line change 33 xmlns : tools =" http://schemas.android.com/tools" package =" com.regula.documentreader" >
44
55 <uses-permission android : name =" android.permission.NFC" />
6+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
67
78 <application
89 android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments