We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83be681 commit cdfc361Copy full SHA for cdfc361
1 file changed
app/build.gradle
@@ -233,6 +233,7 @@ dependencies {
233
implementation 'androidx.appcompat:appcompat:1.6.1'
234
implementation 'com.google.android.material:material:1.10.0'
235
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
236
+ //noinspection GradleDependency
237
implementation 'com.squareup.picasso:picasso:2.8'
238
implementation 'commons-io:commons-io:2.11.0'
239
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
@@ -244,7 +245,7 @@ dependencies {
244
245
exclude group: 'com.android.support', module: 'support-annotations'
246
})
247
- // Tests unitaires
248
+ // unit tests
249
testImplementation 'junit:junit:4.13.2'
250
testImplementation 'org.mockito:mockito-core:5.5.0'
251
testImplementation 'org.robolectric:robolectric:4.11.1'
0 commit comments