We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73af623 commit 2c82dddCopy full SHA for 2c82ddd
android/build.gradle
@@ -67,7 +67,7 @@ dependencies {
67
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
68
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
69
70
- implementation "com.pdftron:pdftron:10.7.0"
71
- implementation "com.pdftron:tools:10.7.0"
72
- implementation "com.pdftron:collab:10.7.0"
+ implementation "com.pdftron:pdftron:10.8.0"
+ implementation "com.pdftron:tools:10.8.0"
+ implementation "com.pdftron:collab:10.8.0"
73
}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-pdftron",
3
"title": "React Native Pdftron",
4
- "version": "3.0.3-37",
+ "version": "3.0.3-38",
5
"description": "React Native Pdftron",
6
"main": "./lib/index.js",
7
"typings": "index.ts",
0 commit comments