Skip to content

Instantly share code, notes, and snippets.

@chrisjyoon
Created March 3, 2016 06:03
Show Gist options
  • Select an option

  • Save chrisjyoon/cdc9ddaa2f365da1d103 to your computer and use it in GitHub Desktop.

Select an option

Save chrisjyoon/cdc9ddaa2f365da1d103 to your computer and use it in GitHub Desktop.

Revisions

  1. chrisjyoon created this gist Mar 3, 2016.
    11 changes: 11 additions & 0 deletions (library)build.gradle
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    // library build.gradle
    apply plugin: 'com.android.library'
    apply plugin: 'com.novoda.bintray-release'

    publish {
    userOrg = 'user'
    groupId = 'package'
    artifactId = 'artifactId'
    publishVersion = '1.0'
    desc = 'Description for library'
    }
    4 changes: 4 additions & 0 deletions (project)build.gradle
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    // project build.gradle
    dependencies {
    classpath 'com.novoda:bintray-release:0.3.4'
    }
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ./gradlew clean build bintrayUpload -PbintrayUser=BINTRAY_USERNAME -PbintrayKey=BINTRAY_KEY -PdryRun=false