Skip to content

Commit

Permalink
Add publish setting
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Mar 20, 2016
1 parent 6fd155a commit 894f280
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
12 changes: 10 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,19 @@ compileJava {

intellij {
plugins 'android'
pluginName 'android-material-design-icon-generator-plugin'
pluginName 'Android Material Design Icon Generator'
updateSinceUntilBuild false
sameSinceUntilBuild false

publish {
pluginId '7947'
username publishUsername
password publishPassword
}
}

group 'com.konifar'
version '1.6'
version '1.7'

repositories {
mavenCentral()
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
publishUsername="username"
publishPassword="password"
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.6</version>
<version>1.7</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.7: Fixed vector icons bug.<br>
1.6: Support vector icons & Fixed bug.<br>
1.5: Added new material design icons 2.2.<br>
1.4: Added new material design icons 2.1.<br>
Expand Down

0 comments on commit 894f280

Please sign in to comment.