diff --git a/CHANGELOG.md b/CHANGELOG.md index f178bc15..c2cd17d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.1-55 - April 1, 2026 +- Update Android to v11.12.0 + # 1.0.1-54 - February 17, 2026 - Update Android to v11.11.0 diff --git a/android/build.gradle b/android/build.gradle index 7b51eb81..21d1378e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -40,6 +40,6 @@ android { dependencies { // Apryse SDK dependencies - implementation "com.pdftron:pdftron:11.11.0" - implementation "com.pdftron:tools:11.11.0" + implementation "com.pdftron:pdftron:11.12.0" + implementation "com.pdftron:tools:11.12.0" } diff --git a/pubspec.yaml b/pubspec.yaml index 0e787642..85fe59b6 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-54 +version: 1.0.1-55 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues