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 4a923a4 commit 68a4bb2Copy full SHA for 68a4bb2
android/build.gradle
@@ -55,7 +55,7 @@ repositories {
55
dependencies {
56
implementation "com.facebook.react:react-native:+"
57
58
- implementation "com.pdftron:pdftron:8.0.2-beta02"
59
- implementation "com.pdftron:tools:8.0.2-beta02"
60
- implementation "com.pdftron:collab:8.0.2-beta02"
+ implementation "com.pdftron:pdftron:8.0.2-beta03"
+ implementation "com.pdftron:tools:8.0.2-beta03"
+ implementation "com.pdftron:collab:8.0.2-beta03"
61
}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-pdftron",
3
"title": "React Native Pdftron",
4
- "version": "2.0.1-beta.24",
+ "version": "2.0.1-beta.25",
5
"description": "React Native Pdftron",
6
"main": "index.js",
7
"scripts": {
0 commit comments