Skip to content

Commit 0a2c1fd

Browse files
Update to v11.5.0 for Android (#707)
* Update to v11.5.0 for Android * Update package.json * attempts to fix action --------- Co-authored-by: sgong-pdftron <[email protected]>
1 parent f2aa186 commit 0a2c1fd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/jsBuilder.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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/[email protected] --save-dev
22-
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/[email protected] --save-dev
28+
2929
3030
- name: Build JavaScript files
3131
run: | # Change line to your build script command.

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)