Skip to content

Commit

Permalink
Merge pull request #65 from konifar/release/1.9
Browse files Browse the repository at this point in the history
v1.9
  • Loading branch information
konifar committed Sep 16, 2016
2 parents 5eb1729 + 5329ca8 commit f4272bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Binary file renamed MaterialDesignIconGeneratorPlugin.jar → MaterialDesignIconGeneratorPlugin.zip
100755 → 100644
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ This plugin help you to set [material design icons](https://github.com/google/ma

##Manually

1. Download the [MaterialDesignIconGeneratorPlugin.jar](https://github.com/konifar/android-material-design-icon-generator-plugin/raw/master/MaterialDesignIconGeneratorPlugin.jar)
1. Download the [MaterialDesignIconGeneratorPlugin.zip](https://github.com/konifar/android-material-design-icon-generator-plugin/raw/master/MaterialDesignIconGeneratorPlugin.zip)

On MAC:

2. `Preference > Plugins > Install plugin from disk...` Select MaterialDesignIconGeneratorPlugin.jar above.
2. `Preference > Plugins > Install plugin from disk...` Select MaterialDesignIconGeneratorPlugin.zip above.

On Linux or Windows:

2. `File > Settings... > IDE Settings > Plugins > Install plugin from disk...` Select MaterialDesignIconGeneratorPlugin.jar above.
2. `File > Settings... > IDE Settings > Plugins > Install plugin from disk...` Select MaterialDesignIconGeneratorPlugin.zip above.

3. Restart IntelliJ/Android Studio to activate plugin.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ intellij {
}

group 'com.konifar'
version '1.7'
version '1.9'

repositories {
mavenCentral()
}
}
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="3">
<id>com.konifar.material_icon_generator</id>
<name>Android Material Design Icon Generator</name>
<version>1.8</version>
<version>1.9</version>
<vendor email="[email protected]"
url="https://github.com/konifar/android-material-design-icon-generator-plugin">Android
Material Design Icon Generator
Expand All @@ -12,6 +12,7 @@
]]></description>

<change-notes><![CDATA[
1.9: Changed default icon size. Supported auto directory sync.<br>
1.8: Added new material design icons 2.3.<br>
1.7: Fixed vector icons bug.<br>
1.6: Support vector icons & Fixed bug.<br>
Expand Down

0 comments on commit f4272bc

Please sign in to comment.