diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9dad5d..3576d029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0-30 - May 1, 2024 +- Update Android to v10.9.0 + # 1.0.0-29 - March 20, 2024 - Update Android to v10.8.0 diff --git a/android/build.gradle b/android/build.gradle index 9c680788..edca2510 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,6 +38,6 @@ android { dependencies { // Apryse SDK dependencies - implementation "com.pdftron:pdftron:10.8.0" - implementation "com.pdftron:tools:10.8.0" + implementation "com.pdftron:pdftron:10.9.0" + implementation "com.pdftron:tools:10.9.0" } diff --git a/pubspec.yaml b/pubspec.yaml index ea8781a9..7f91e27c 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-29 +version: 1.0.1-30 homepage: https://www.pdftron.com repository: https://github.com/PDFTron/pdftron-flutter issue_tracker: https://github.com/PDFTron/pdftron-flutter/issues