diff --git a/CHANGELOG.md b/CHANGELOG.md index 761763ef..0382c2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.1-51 - November 27, 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" } 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