We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642b707 commit 19c4336Copy full SHA for 19c4336
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:11.2.0"
71
- implementation "com.pdftron:tools:11.2.0"
72
- implementation "com.pdftron:collab:11.2.0"
+ implementation "com.pdftron:pdftron:11.3.0"
+ implementation "com.pdftron:tools:11.3.0"
+ implementation "com.pdftron:collab:11.3.0"
73
}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-pdftron",
3
"title": "React Native Pdftron",
4
- "version": "3.0.4-11",
+ "version": "3.0.4-12",
5
"description": "React Native Pdftron",
6
"main": "./lib/index.js",
7
"typings": "index.ts",
0 commit comments