Skip to content

Commit e6b0e16

Browse files
authored
fix(pdf): replace lib with local version on android (#574)
1 parent ff67cc3 commit e6b0e16

File tree

5 files changed

+3
-8
lines changed

5 files changed

+3
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ packages/shared-notification-delegate/common.js.map
5050

5151
!packages/google-signin/platforms/android/googlesignin-release.aar
5252
!packages/twitter/platforms/android/twitter-release.aar
53+
!packages/pdf/platforms/android/android-pdf-viewer-release.aar
54+
!packages/pdf/platforms/android/PdfiumAndroid-1.0.1.aar
5355

5456
# iOS:
5557
packages/**/native-src/ios/**/xcuserdata/

packages/pdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/pdf",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A NativeScript plugin to display PDF files on iOS and Android",
55
"main": "index",
66
"typings": "index.d.ts",
Binary file not shown.
Binary file not shown.

packages/pdf/platforms/android/include.gradle

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)