Skip to content

Commit

Permalink
updated build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lovedise committed Dec 11, 2015
1 parent e495c2a commit 58e6d1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions permissiongen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ artifacts {



Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
//Properties properties = new Properties()
//properties.load(project.rootProject.file('local.properties').newDataInputStream())

// https://github.com/bintray/gradle-bintray-plugin
bintray {
user = properties.getProperty("bintray.user")
key = properties.getProperty("bintray.apikey")
user = "lovedise"
key = "1066b170a3e0eba4853ba07e7f0836560e740d7f"
publish = true
configurations = ['archives']
pkg {
Expand Down

0 comments on commit 58e6d1b

Please sign in to comment.