diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 4a60339..8d7f1db 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.moxun.plugin.s2v SVG2VectorDrawable - 1.4 + 1.4.1 moxun + 1.4.1
+ Updating new ICON.
+ Optimize code structure.
+ 1.4
The 'transform' attribute on source SVG is supported now.
- 1.3
+ 1.3
Fixed 'NoSuchMethodError' in older Android Studio.
- 1.2
+ 1.2
Fixed crash in Android Studio 2.0 Preview.
- 1.1
+ 1.1
Fixed a little issue, close log.
- 1.0
+ 1.0
Created. ]]>
@@ -52,7 +55,7 @@ + description="Tool for transforming SVG to VectorDrawable" icon="/icons/icon_new.png"> diff --git a/src/icons/icon_new.png b/src/icons/icon_new.png new file mode 100644 index 0000000..030d1c3 Binary files /dev/null and b/src/icons/icon_new.png differ diff --git a/svg2android.jar b/svg2android.jar index 2e929f9..91c569b 100644 Binary files a/svg2android.jar and b/svg2android.jar differ diff --git a/svg2android_1.4.jar b/svg2android_1.4.jar new file mode 100644 index 0000000..2e929f9 Binary files /dev/null and b/svg2android_1.4.jar differ