Skip to content

Commit d0678d3

Browse files
committed
lottie 추가, glide 제거 -> lottie 적용
1 parent 70011a9 commit d0678d3

File tree

3 files changed

+1488
-8
lines changed

3 files changed

+1488
-8
lines changed

app/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,5 @@ dependencies {
7878
// dataBinding kotlin option
7979
kapt "androidx.databinding:databinding-compiler:3.3.0"
8080

81-
// Glide
82-
implementation 'com.github.bumptech.glide:glide:4.8.0'
83-
kapt 'com.github.bumptech.glide:compiler:4.8.0'
81+
implementation 'com.airbnb.android:lottie:3.0.0-beta2'
8482
}

0 commit comments

Comments
 (0)