Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

android glide dependencies

repositories {
  mavenCentral()
  google()
}

dependencies {
  implementation 'com.github.bumptech.glide:glide:4.11.0'
  annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
}
Source by github.com #
 
PREVIOUS NEXT
Tagged: #android #glide #dependencies
ADD COMMENT
Topic
Name
2+4 =