-
-
Save mukeshsolanki/5f3a977c5453e7f99d7df914397bda08 to your computer and use it in GitHub Desktop.
used for https://medium.com/@themukeshsolanki/animated-splash-screen-in-android-with-compose-4b7dc1baecc5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies{ | |
.... | |
implementation 'com.airbnb.android:lottie-compose:5.2.0' | |
implementation 'androidx.navigation:navigation-compose:2.5.0' | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment