Skip to content

Commit 4b868f6

Browse files
committed
comments added
1 parent 8704cae commit 4b868f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rotate-layout/build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ apply plugin: 'com.android.library'
33
version = "2.0.0"
44

55
ext {
6+
7+
// Bintray manual http://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en
8+
// To deploy:
9+
// ./gradlew install
10+
// ./gradlew bintrayUpload
611
bintrayRepo = 'maven'
712
bintrayName = 'rotate-layout'
813

0 commit comments

Comments
 (0)