diff --git a/CHANGELOG.md b/CHANGELOG.md index fc85a000..7be7557f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0-40 - February 19, 2025 +- Update Android to v11.3.0 + # 1.0.0-39 - January 6, 2025 - Update Android to v11.2.0 diff --git a/android/build.gradle b/android/build.gradle index cb8d1f99..25086bbd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -40,6 +40,6 @@ android { dependencies { // Apryse SDK dependencies - implementation "com.pdftron:pdftron:11.2.0" - implementation "com.pdftron:tools:11.2.0" + implementation "com.pdftron:pdftron:11.3.0" + implementation "com.pdftron:tools:11.3.0" } diff --git a/pubspec.yaml b/pubspec.yaml index e91fc2bf..5c4d46b8 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-40 +version: 1.0.1-41 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues