Skip to content

Commit

Permalink
added lottie view hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurupreet committed Oct 5, 2020
1 parent 8802f45 commit 9419de7
Show file tree
Hide file tree
Showing 7 changed files with 15,451 additions and 103 deletions.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ dependencies {
implementation "androidx.ui:ui-tooling:$compose_version"
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"


//lottie
def lottie_version = '3.4.4'
implementation "com.airbnb.android:lottie:$lottie_version"
//Network libs
// Room
def room_version = '2.2.5'
Expand Down
Loading

0 comments on commit 9419de7

Please sign in to comment.