From 98c460158e2a1631adb1232af6e371467fe8f3ac Mon Sep 17 00:00:00 2001 From: bfung Date: Mon, 25 May 2026 13:07:49 -0700 Subject: [PATCH 1/4] Update ANdroid to 11.13 --- android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } From 6161dc412d84cd0f62c7434392acac4af2a42186 Mon Sep 17 00:00:00 2001 From: bfung Date: Mon, 25 May 2026 14:23:33 -0700 Subject: [PATCH 2/4] Update versioning workflow --- .github/workflows/jsBuilder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jsBuilder.yml b/.github/workflows/jsBuilder.yml index f439b8ec..5e99cb49 100644 --- a/.github/workflows/jsBuilder.yml +++ b/.github/workflows/jsBuilder.yml @@ -24,8 +24,8 @@ jobs: - name: Install dependencies run: | - npm i @types/react-native@0.68.1 --save-dev - npm i react-native@0.68.2 + npm i @types/react-native@0.68.1 --save-dev --legacy-peer-deps + npm i react-native@0.68.2 --legacy-peer-deps - name: Build JavaScript files run: | # Change line to your build script command. From a4b3fbb210914d19460dd91e887e9e9da645f6d0 Mon Sep 17 00:00:00 2001 From: bfung Date: Mon, 25 May 2026 14:27:27 -0700 Subject: [PATCH 3/4] Update versioning workflow to latest --- .github/workflows/jsBuilder.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/jsBuilder.yml b/.github/workflows/jsBuilder.yml index 5e99cb49..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 --legacy-peer-deps - npm i react-native@0.68.2 --legacy-peer-deps + npm i react-native@latest - name: Build JavaScript files run: | # Change line to your build script command. From a4192ddc320dec6a6eec8e1c6d644af5b09d844e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:28:10 +0000 Subject: [PATCH 4/4] Updating package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",