We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8704cae commit 4b868f6Copy full SHA for 4b868f6
rotate-layout/build.gradle
@@ -3,6 +3,11 @@ apply plugin: 'com.android.library'
3
version = "2.0.0"
4
5
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
11
bintrayRepo = 'maven'
12
bintrayName = 'rotate-layout'
13
0 commit comments