Skip to content

GlideToVectorYou 2.0.0

Latest
Compare
Choose a tag to compare
@paolorotolo paolorotolo released this 29 Sep 10:44
· 1 commit to master since this release

Changelog

  • Update to Glide 4.10.0 (with Android X support, see #3 );
  • Target SDK 29;
  • Accept context instead of Activity (see #5 ) ;

How to update

  1. Add the JitPack repository to your build file
    Add it in your root build.gradle at the end of repositories:
allprojects {
    repositories {
	...
	maven { url 'https://jitpack.io' }
    }
}
  1. Add the dependency
dependencies {
           implementation 'com.github.corouteam:GlideToVectorYou:v2.0.0'
}