diff --git a/README.md b/README.md index 493c5e8..b46b3da 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ buildscript { } dependencies { - classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.1" + classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.2" } } ``` @@ -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.1" -- classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.1" ++// classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.2" +- classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.2" // For mavenLocal -+ classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.1' --// classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.1' ++ classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.2' +-// classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.2' } ``` diff --git a/build.gradle b/build.gradle index 4f732e4..aceb579 100644 --- a/build.gradle +++ b/build.gradle @@ -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.1" + classpath "gradle.plugin.com.github.konifar.gradle:plugin:0.3.2" // For mavenLocal -// classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.1' +// classpath 'com.github.konifar.gradle:unused-resources-remover:0.3.2' } } diff --git a/plugin/build.gradle b/plugin/build.gradle index 7a01194..2948d4b 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -18,7 +18,7 @@ dependencies { archivesBaseName = 'unused-resources-remover' group = 'com.github.konifar.gradle' -version = '0.3.1' +version = '0.3.2' pluginBundle { website = 'https://github.com/konifar/gradle-unused-resources-remover-plugin'