If someone would like to fork it an maintained it, we can post a link here.
Use JitPack.io
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
...
implementation 'com.github.qoqa:glide-svg:4.0.2'
}
GlideApp.with(this)
.load(url)
.into(picto_view)