diff --git a/android/build.gradle b/android/build.gradle index dc3df3fb..13cb4573 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' - implementation "com.pdftron:pdftron:11.0.0" - implementation "com.pdftron:tools:11.0.0" - implementation "com.pdftron:collab:11.0.0" + implementation "com.pdftron:pdftron:11.1.0" + implementation "com.pdftron:tools:11.1.0" + implementation "com.pdftron:collab:11.1.0" } diff --git a/package.json b/package.json index 7692718e..66630387 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-9", + "version": "3.0.4-10", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",