Skip to content

Commit

Permalink
fixed name of the library and path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed Jul 12, 2019
1 parent 6abed18 commit 86a5996
Showing 1 changed file with 2 additions and 2 deletions.
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 86a5996

Please sign in to comment.