Skip to content

Commit

Permalink
fix(pdf): replace lib with local version on android (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz authored Mar 15, 2024
1 parent ff67cc3 commit e6b0e16
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ packages/shared-notification-delegate/common.js.map

!packages/google-signin/platforms/android/googlesignin-release.aar
!packages/twitter/platforms/android/twitter-release.aar
!packages/pdf/platforms/android/android-pdf-viewer-release.aar
!packages/pdf/platforms/android/PdfiumAndroid-1.0.1.aar

# iOS:
packages/**/native-src/ios/**/xcuserdata/
Expand Down
2 changes: 1 addition & 1 deletion packages/pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/pdf",
"version": "1.0.1",
"version": "1.0.2",
"description": "A NativeScript plugin to display PDF files on iOS and Android",
"main": "index",
"typings": "index.d.ts",
Expand Down
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions packages/pdf/platforms/android/include.gradle

This file was deleted.

0 comments on commit e6b0e16

Please sign in to comment.