Skip to content

Commit

Permalink
version 1.0 released - no public api changes expected
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed Aug 3, 2019
1 parent 03a2fcf commit 72f5cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The library is hosted in jcenter, it is available by default on new android proj

Add gradle dependency:
```
implementation "com.pdfview:pdfview-android:0.0.5"
implementation "com.pdfview:pdfview-android:1.0.0"
```


Expand Down
2 changes: 1 addition & 1 deletion jcenter/info.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
libraryVersion = '0.0.5'
libraryVersion = '1.0.0'

bintrayName = 'pdfview-android'
libraryName = 'pdfview-android'
Expand Down

0 comments on commit 72f5cb5

Please sign in to comment.