Aggiornate librerie

This commit is contained in:
2023-09-08 09:29:48 +02:00
parent 77e3d00bef
commit 5988667944
9 changed files with 20 additions and 45 deletions

View File

@@ -30,11 +30,6 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.6.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation project(':barcode_base_android_library')
}