Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed May 19, 2018
1 parent 6f5e15d commit bd328c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
}
dependencies {
classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.2"
classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.3"
}
}
```
Expand Down Expand Up @@ -136,11 +136,11 @@ dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

+// classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.2"
- classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.2"
+// classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.3"
- classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.3"
// For mavenLocal
+ classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.2'
-// classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.2'
+ classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.3'
-// classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.2"
classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.3"
// For mavenLocal
// classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.2'
// classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {

archivesBaseName = 'unused-resources-remover'
group = 'com.github.konifar.gradle'
version = '0.3.2'
version = '0.3.3'

pluginBundle {
website = 'https://github.com/konifar/gradle-unused-resources-remover-plugin'
Expand Down

0 comments on commit bd328c6

Please sign in to comment.