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