This commit is contained in:
2020-02-25 10:59:10 +01:00
parent 42ea19a7b0
commit 82dc4e73ee
30 changed files with 910 additions and 136 deletions

View File

@@ -27,7 +27,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation project(':barcode_base_android_library')