diff --git a/changelog.md b/changelog.md index 25168633..b57d0fb4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Change Log ========== +## 2.0.2 +_06.02.2021_ + +* Fixed: Vector Drawable shorthand hex colors (like #FFF) are properly handled + ## 2.0.1 _06.01.2021_ diff --git a/gradle.properties b/gradle.properties index 11564238..c262926a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -vgo_version=2.0.1 +vgo_version=2.0.2 org.gradle.jvmargs=-Xmx2g -XX:+UseParallelGC