refactor: move image assets to features and add Lottie dependency
|
Before Width: | Height: | Size: 212 KiB |
|
Before Width: | Height: | Size: 199 KiB |
|
Before Width: | Height: | Size: 170 KiB |
|
Before Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 269 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 20 KiB |
|
|
@ -99,4 +99,7 @@ dependencies {
|
|||
implementation(libs.androidx.room.runtime)
|
||||
ksp(libs.androidx.room.compiler)
|
||||
implementation(libs.androidx.room.ktx)
|
||||
|
||||
// Lottie Animation
|
||||
implementation(libs.lottie.compose)
|
||||
}
|
||||