Skip to content

Commit

Permalink
Merge pull request #1 from Dmitry-Borodin/dev
Browse files Browse the repository at this point in the history
dev to master 0,0,1
  • Loading branch information
Dmitry-Borodin committed Jul 12, 2019
2 parents 1083d3b + 86a5996 commit 089a9c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions jcenter/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ artifacts {
archives sourcesJar
}

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

bintray {
user = properties.getProperty("bintray.user")
key = properties.getProperty("bintray.apikey")
user = System.getenv('bintrayUser')
key = System.getenv('bintrayKey')

configurations = ['archives']
pkg {
Expand Down
4 changes: 2 additions & 2 deletions jcenter/info.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext {
libraryVersion = '0.0.1'

bintrayName = 'Core'
libraryName = 'Core'
bintrayName = 'pdfview-android'
libraryName = 'pdfview-android'
artifact = 'pdfview-android'
bintrayRepo = 'pdfview'

Expand Down

0 comments on commit 089a9c0

Please sign in to comment.