From e24d608c9ea6519f8f9327e48d1124f42bb04c2e Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Tue, 1 Apr 2025 11:54:04 -0700 Subject: [PATCH] Update for Android to v11.4.0 --- CHANGELOG.md | 3 +++ android/build.gradle | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be7557f..e076080b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0-43 - April 9, 2025 +- Update Android to v11.4.0 + # 1.0.0-40 - February 19, 2025 - Update Android to v11.3.0 diff --git a/android/build.gradle b/android/build.gradle index 25086bbd..226e0a11 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -40,6 +40,6 @@ android { dependencies { // Apryse SDK dependencies - implementation "com.pdftron:pdftron:11.3.0" - implementation "com.pdftron:tools:11.3.0" + implementation "com.pdftron:pdftron:11.4.0" + implementation "com.pdftron:tools:11.4.0" } diff --git a/pubspec.yaml b/pubspec.yaml index 432f3b3e..4334a0f1 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-42 +version: 1.0.1-43 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues