Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

glide dependency

repositories {
  google()
  mavenCentral()
}

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