From 0549228f69dcf65fc8ded893da9d40eb55af16b7 Mon Sep 17 00:00:00 2001 From: bfung Date: Tue, 25 Nov 2025 14:17:31 -0800 Subject: [PATCH 1/3] Update Android to 11.9 --- CHANGELOG.md | 3 +++ android/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761763ef..01d0a709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.1-51 - October 16, 2025 +- Update Android to v11.9.0 + # 1.0.1-50 - October 16, 2025 - Update the example project to use the official Apryse iOS podspec links diff --git a/android/build.gradle b/android/build.gradle index 451c5c30..cf3c0c81 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -40,6 +40,6 @@ android { dependencies { // Apryse SDK dependencies - implementation "com.pdftron:pdftron:11.8.0" - implementation "com.pdftron:tools:11.8.0" + implementation "com.pdftron:pdftron:11.9.0" + implementation "com.pdftron:tools:11.9.0" } From 4767de80d72d807283bf5488b129037df908a009 Mon Sep 17 00:00:00 2001 From: bfung Date: Tue, 25 Nov 2025 14:18:44 -0800 Subject: [PATCH 2/3] Update date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d0a709..0382c2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.1-51 - October 16, 2025 +# 1.0.1-51 - November 27, 2025 - Update Android to v11.9.0 # 1.0.1-50 - October 16, 2025 From 0bd85b38ee5a000a35ecc2a24685de5be0d50127 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 22:19:50 +0000 Subject: [PATCH 3/3] Updating package version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 13de859b..f05e65d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pdftron_flutter description: A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing. -version: 1.0.1-50 +version: 1.0.1-51 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues