diff --git a/.github/workflows/jsBuilder.yml b/.github/workflows/jsBuilder.yml index f439b8ec..58f089a7 100644 --- a/.github/workflows/jsBuilder.yml +++ b/.github/workflows/jsBuilder.yml @@ -24,8 +24,7 @@ jobs: - name: Install dependencies run: | - npm i @types/react-native@0.68.1 --save-dev - npm i react-native@0.68.2 + npm i react-native@latest - name: Build JavaScript files run: | # Change line to your build script command. diff --git a/android/build.gradle b/android/build.gradle index ab28cc03..ef5594f4 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.12.0" - implementation "com.pdftron:tools:11.12.0" - implementation "com.pdftron:collab:11.12.0" + implementation "com.pdftron:pdftron:11.13.0" + implementation "com.pdftron:tools:11.13.0" + implementation "com.pdftron:collab:11.13.0" } diff --git a/package.json b/package.json index ef935c2d..8b213daa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-29", + "version": "3.0.4-30", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",