Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 509 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 509 Bytes

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 JitPack.io

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

Usage

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