From f7ae67e746988e62e7a9985925ea963dadb65394 Mon Sep 17 00:00:00 2001 From: bfung <43352070+brandenfung2@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:16:04 -0700 Subject: [PATCH] [Android] Update to 10.11.0 (#324) * Update Apryse Android SDK to 10.11.0 * Updating package version * Update changelog * Updating pubspec.yaml * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 3 +++ android/build.gradle | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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