From 38199c6c2903896215d8e3cb42518f696b819be8 Mon Sep 17 00:00:00 2001 From: konifar Date: Mon, 14 May 2018 22:43:40 +0900 Subject: [PATCH] Bump up version --- README.md | 10 +++++----- build.gradle | 4 ++-- plugin/build.gradle | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) 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'