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 618fc0a commit a592613Copy full SHA for a592613
app/build.gradle
@@ -44,9 +44,6 @@ dependencies {
44
implementation 'com.google.android.material:material:1.4.0'
45
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
46
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
47
- testImplementation 'junit:junit:4.13.2'
48
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
49
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
50
//Glide for image loading
51
implementation 'com.github.bumptech.glide:glide:4.12.0'
52
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
0 commit comments