From 00feffbea3c9fc91c2cab598e70bbb47e8f49642 Mon Sep 17 00:00:00 2001 From: Ferran Pons Date: Mon, 1 Aug 2016 14:06:48 +0200 Subject: [PATCH] Changed publishVersion because has problems uploading to bintray --- leku/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leku/build.gradle b/leku/build.gradle index ce6dee50..96b4a86d 100644 --- a/leku/build.gradle +++ b/leku/build.gradle @@ -64,7 +64,7 @@ publish { userOrg = 'schibstedspain' groupId = 'com.schibstedspain.android' artifactId = 'leku' - publishVersion = "$version" + publishVersion = '1.0.0' desc = 'Location picker component for Android. It returns a latitude,longitude and an address based on the location picked in the LocationPickerActivity provided.' website = 'https://github.com/SchibstedSpain/leku' }