From 78af4fa164aaa40a87e1dd14003eaa80a69edd06 Mon Sep 17 00:00:00 2001 From: wasabeef Date: Tue, 13 Jan 2015 22:29:25 +0900 Subject: [PATCH] revert 1.0.0 --- gradle.properties | 4 ++-- transformations/bintray-publish.gradle | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0c325ec..35ad388 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=1.0.1 -VERSION_CODE=4 +VERSION_NAME=1.0.0 +VERSION_CODE=3 GROUP=jp.wasabeef ARTIFACT_ID=glide-transformations diff --git a/transformations/bintray-publish.gradle b/transformations/bintray-publish.gradle index df0bb42..366f65f 100644 --- a/transformations/bintray-publish.gradle +++ b/transformations/bintray-publish.gradle @@ -7,7 +7,8 @@ publishing { groupId GROUP version VERSION_NAME artifactId ARTIFACT_ID - artifact androidJar +// artifact androidJar + artifact "build/outputs/aar/transformations-release.aar" artifact androidJavadocsJar artifact androidSourcesJar pom.withXml {