diff --git a/.github/workflows/jsBuilder.yml b/.github/workflows/jsBuilder.yml index 0d8b0942..f439b8ec 100644 --- a/.github/workflows/jsBuilder.yml +++ b/.github/workflows/jsBuilder.yml @@ -16,16 +16,16 @@ jobs: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo. ref: ${{ github.event.pull_request.head.sha }} # checks out the branch being merged into `master` - - name: Install dependencies - run: | - npm i @types/react-native@0.68.1 --save-dev - npm i react-native@0.68.2 - - name: Node setup uses: actions/setup-node@v2 with: node-version: '16' - cache: 'npm' + # cache: 'npm' + + - name: Install dependencies + run: | + npm i @types/react-native@0.68.1 --save-dev + npm i react-native@0.68.2 - name: Build JavaScript files run: | # Change line to your build script command. diff --git a/android/build.gradle b/android/build.gradle index d45646d5..b8f5579e 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.4.0" - implementation "com.pdftron:tools:11.4.0" - implementation "com.pdftron:collab:11.4.0" + implementation "com.pdftron:pdftron:11.5.0" + implementation "com.pdftron:tools:11.5.0" + implementation "com.pdftron:collab:11.5.0" } diff --git a/package.json b/package.json index 12f63b81..aa2fb16a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-16", + "version": "3.0.4-17", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",