Skip to content

Commit cdfc361

Browse files
committed
corrections
1 parent 83be681 commit cdfc361

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ dependencies {
233233
implementation 'androidx.appcompat:appcompat:1.6.1'
234234
implementation 'com.google.android.material:material:1.10.0'
235235
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
236+
//noinspection GradleDependency
236237
implementation 'com.squareup.picasso:picasso:2.8'
237238
implementation 'commons-io:commons-io:2.11.0'
238239
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
@@ -244,7 +245,7 @@ dependencies {
244245
exclude group: 'com.android.support', module: 'support-annotations'
245246
})
246247

247-
// Tests unitaires
248+
// unit tests
248249
testImplementation 'junit:junit:4.13.2'
249250
testImplementation 'org.mockito:mockito-core:5.5.0'
250251
testImplementation 'org.robolectric:robolectric:4.11.1'

0 commit comments

Comments
 (0)