diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4f7c8c..fa37d614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.0-36 - October 28, 2024 +- Update Android to v11.0.0 +- Update Android targetSDK to 34 + # 1.0.0-33 - September 4, 2024 - Update Android to v10.12.0 diff --git a/android/build.gradle b/android/build.gradle index 7d3d7b79..270e6fe2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,6 +38,6 @@ android { dependencies { // Apryse SDK dependencies - implementation "com.pdftron:pdftron:10.12.0" - implementation "com.pdftron:tools:10.12.0" + implementation "com.pdftron:pdftron:11.0.0" + implementation "com.pdftron:tools:11.0.0" } diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 58823a28..072fd237 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -40,7 +40,7 @@ android { defaultConfig { applicationId "com.pdftron.pdftronflutterexample" minSdkVersion 21 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true manifestPlaceholders += [pdftronLicenseKey:PDFTRON_LICENSE_KEY] versionCode flutterVersionCode.toInteger() diff --git a/pubspec.yaml b/pubspec.yaml index 2ca90840..268ad354 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-35 +version: 1.0.1-36 homepage: https://www.apryse.com repository: https://github.com/ApryseSDK/pdftron-flutter issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues