Skip to content

Commit

Permalink
comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
rongi committed Nov 8, 2015
1 parent 8704cae commit 4b868f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rotate-layout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 4b868f6

Please sign in to comment.