Created
March 30, 2020 20:36
-
-
Save ImaginativeShohag/7a44273f42de9409b4d889720ec51894 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 { | |
// ... | |
// Material Components for Android | |
implementation 'com.google.android.material:material:1.1.0' | |
// Optional: Circle Indicator (To fix the xml preview "Missing classes" error) | |
implementation 'me.relex:circleindicator:2.1.4' | |
implementation 'com.github.ImaginativeShohag:Why-Not-Image-Carousel:vX.X.X' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment