Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 09f102c

Browse files
EddyVerbruggenMerott
authored andcommitted
fix: bump native android library to fix crash with certain PDFs
PR Merott#40
1 parent b84c6ca commit 09f102c

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.vscode
12
demo/
23
screenshots/
34
*.gif

platforms/android/include.gradle

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
android {
2-
productFlavors {
3-
"nativescript-pdf-view" {
4-
dimension "nativescript-pdf-view"
5-
}
6-
}
7-
}
8-
91
dependencies {
10-
compile 'com.github.barteksc:android-pdf-viewer:2.5.1'
2+
implementation 'com.github.barteksc:android-pdf-viewer:2.8.2'
113
}

0 commit comments

Comments
 (0)