Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/jsBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down