Releases: corouteam/GlideToVectorYou
Releases · corouteam/GlideToVectorYou
GlideToVectorYou 2.0.0
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
- 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' }
}
}
- Add the dependency
dependencies {
implementation 'com.github.corouteam:GlideToVectorYou:v2.0.0'
}
GlideToVectorYou 1.2.0
Changelog
- Migrate to Android X;
- Fix compatibility with SDK 28 (see BigBadaboom/androidsvg#148);
How to update
- 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' }
}
}
- Add the dependency
dependencies {
implementation 'com.github.2coffees1team:GlideToVectorYou:v1.2.0'
}
GlideToVectorYou 1.1.0
FEATURES:
- Add support to load .svg resources as background of a View;
GlideToVectorYou 1.0
Initial release