Skip to content

Commit

Permalink
Update Gradle File for Bintary Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kennyc1012 committed Apr 24, 2015
1 parent 35fcb26 commit 54ed443
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ hs_err_pid*

*.DS_Store

library/gradle.properties
gradle.properties
13 changes: 13 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,17 @@ android {

dependencies {
compile 'com.android.support:support-annotations:+'
}

publish {
bintrayUser = project.BINTRAY_USER
bintrayKey = project.BINTRAY_API_KEY
dryRun = false;
groupId = 'com.kennyc'
artifactId = 'snackbar'
version = '2.0'
website = 'https://github.com/Kennyc1012/SnackBar'
description = 'SnackBar messages for Android Applications'
issueTracker = "${website}/issues"
repository = "${website}.git"
}

0 comments on commit 54ed443

Please sign in to comment.