Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created April 22, 2020 22:36
Show Gist options
  • Select an option

  • Save cdmunoz/aa68a35caa5423ea008fcb43e079bc49 to your computer and use it in GitHub Desktop.

Select an option

Save cdmunoz/aa68a35caa5423ea008fcb43e079bc49 to your computer and use it in GitHub Desktop.
ViewPager2 and Glide dependencies
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