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

@@ -33,10 +33,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.6.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'androidx.appcompat:appcompat:1.6.1'
}