diff --git a/CHANGELOG.md b/CHANGELOG.md index 908cdd4f..10755e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0-32 - July 24, 2024 +- Update Android to v10.11.0 + # 1.0.0-31 - May 27, 2024 - Fix bug in `startAnnotationToolbarItemPressedListener` diff --git a/android/build.gradle b/android/build.gradle index edca2510..9d81d395 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,6 +38,6 @@ android { dependencies { // Apryse SDK dependencies - implementation "com.pdftron:pdftron:10.9.0" - implementation "com.pdftron:tools:10.9.0" + implementation "com.pdftron:pdftron:10.11.0" + implementation "com.pdftron:tools:10.11.0" } diff --git a/pubspec.yaml b/pubspec.yaml index abd42876..acd22612 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-31 +version: 1.0.1-32 homepage: https://www.pdftron.com repository: https://github.com/PDFTron/pdftron-flutter issue_tracker: https://github.com/PDFTron/pdftron-flutter/issues