We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70011a9 commit d0678d3Copy full SHA for d0678d3
3 files changed
app/build.gradle
@@ -78,7 +78,5 @@ dependencies {
78
// dataBinding kotlin option
79
kapt "androidx.databinding:databinding-compiler:3.3.0"
80
81
- // Glide
82
- implementation 'com.github.bumptech.glide:glide:4.8.0'
83
- kapt 'com.github.bumptech.glide:compiler:4.8.0'
+ implementation 'com.airbnb.android:lottie:3.0.0-beta2'
84
}
0 commit comments