File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
1616 fetch-depth : 0 # otherwise, you will failed to push refs to dest repo.
1717 ref : ${{ github.event.pull_request.head.sha }} # checks out the branch being merged into `master`
1818
19- - name : Install dependencies
20- run : |
21- npm i @types/react-native@0.68.1 --save-dev
22- npm i react-native@0.68.2
23-
2419 - name : Node setup
2520 uses : actions/setup-node@v2
2621 with :
2722 node-version : ' 16'
28- cache : ' npm'
23+ # cache: 'npm'
24+
25+ - name : Install dependencies
26+ run : |
27+ npm i @types/react-native@0.68.1 --save-dev
28+ npm i react-native@0.68.2
2929
3030 - name : Build JavaScript files
3131 run : | # Change line to your build script command.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
6767 implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
6868 implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
6969
70- implementation " com.pdftron:pdftron:11.4 .0"
71- implementation " com.pdftron:tools:11.4 .0"
72- implementation " com.pdftron:collab:11.4 .0"
70+ implementation " com.pdftron:pdftron:11.5 .0"
71+ implementation " com.pdftron:tools:11.5 .0"
72+ implementation " com.pdftron:collab:11.5 .0"
7373}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-pdftron" ,
33 "title" : " React Native Pdftron" ,
4- "version" : " 3.0.4-16 " ,
4+ "version" : " 3.0.4-17 " ,
55 "description" : " React Native Pdftron" ,
66 "main" : " ./lib/index.js" ,
77 "typings" : " index.ts" ,
You can’t perform that action at this time.
0 commit comments