diff --git a/CHANGELOG.md b/CHANGELOG.md index fa37d614..6f73e766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0-37 - November 25, 2024 +- Update Android to v11.1.0 + # 1.0.0-36 - October 28, 2024 - Update Android to v11.0.0 - Update Android targetSDK to 34 diff --git a/android/build.gradle b/android/build.gradle index 270e6fe2..213bc720 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,6 +38,6 @@ android { dependencies { // Apryse SDK dependencies - implementation "com.pdftron:pdftron:11.0.0" - implementation "com.pdftron:tools:11.0.0" + implementation "com.pdftron:pdftron:11.1.0" + implementation "com.pdftron:tools:11.1.0" } diff --git a/pubspec.yaml b/pubspec.yaml index 268ad354..da64fe84 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-36 +version: 1.0.1-37 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues