Created
April 22, 2020 22:36
-
-
Save cdmunoz/aa68a35caa5423ea008fcb43e079bc49 to your computer and use it in GitHub Desktop.
ViewPager2 and Glide dependencies
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
| def viewPagerVersion = "1.0.0" | |
| implementation "androidx.viewpager2:viewpager2:$viewPagerVersion" | |
| def glide_version = "4.9.0" | |
| implementation "com.github.bumptech.glide:glide:$glide_version" | |
| implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version" | |
| kapt "com.github.bumptech.glide:compiler:$glide_version" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment