From 4b868f6779c4d03ebf353962e3ba83e377fe6188 Mon Sep 17 00:00:00 2001 From: rongi Date: Sun, 8 Nov 2015 16:24:35 +0100 Subject: [PATCH] comments added --- rotate-layout/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rotate-layout/build.gradle b/rotate-layout/build.gradle index 37d9ca7..5d3e7f2 100644 --- a/rotate-layout/build.gradle +++ b/rotate-layout/build.gradle @@ -3,6 +3,11 @@ apply plugin: 'com.android.library' version = "2.0.0" ext { + + // Bintray manual http://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en + // To deploy: + // ./gradlew install + // ./gradlew bintrayUpload bintrayRepo = 'maven' bintrayName = 'rotate-layout'