diff --git a/CHANGELOG.md b/CHANGELOG.md index f435df83..52e235cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.1-46 - July 8, 2025 +- Update Android to v11.6.0 + # 1.0.1-45 - Jun 10, 2025 - Update Android to embedding v2 diff --git a/android/build.gradle b/android/build.gradle index e429127d..f40ccb5b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'com.android.library' android { namespace 'com.pdftron.pdftronflutter' - compileSdk 34 + compileSdk 35 defaultConfig { minSdk = 21 @@ -40,6 +40,6 @@ android { dependencies { // Apryse SDK dependencies - implementation "com.pdftron:pdftron:11.5.0" - implementation "com.pdftron:tools:11.5.0" + implementation "com.pdftron:pdftron:11.6.0" + implementation "com.pdftron:tools:11.6.0" } diff --git a/pubspec.yaml b/pubspec.yaml index 4dbc9e90..dd6dc048 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-45 +version: 1.0.1-46 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues