From bd328c6c9f207222ad2965587c12e65c5cfed3c3 Mon Sep 17 00:00:00 2001 From: konifar Date: Sun, 20 May 2018 02:56:44 +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 e773a38..6184a10 100644 --- a/README.md +++ b/README.md @@ -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" } } ``` @@ -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' } ``` diff --git a/build.gradle b/build.gradle index aceb579..3b893d2 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.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' } } diff --git a/plugin/build.gradle b/plugin/build.gradle index 2948d4b..78e9a63 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.2' +version = '0.3.3' pluginBundle { website = 'https://github.com/konifar/gradle-unused-resources-remover-plugin'