Skip to content

projectdelta6/glide-svg

 
 

Repository files navigation

Glide SVG

Not maintained - Looking for adoption

⚠️ We don't use it anymore and so, we don't maintained this library.
If someone would like to fork it an maintained it, we can post a link here.

Installation

Use

repositories {
  ...
  maven { url 'https://jitpack.io' }
}
dependencies {
  ...
  implementation 'com.github.projectdelta6:glide-svg:4.15.1'
}

Usage

Glide.with(this)
  .load(url)
  .into(picto_view)

About

Glide extension for SVG

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%