Skip to content

Commit 20b852f

Browse files
Update Android to 11.6.0 (#344)
* Update Apryse Android to 11.6.0 * Update to compileSdk 35 * Updating package version * Update change log * Updating pubspec.yaml * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 81f8749 commit 20b852f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.1-46 - July 8, 2025
2+
- Update Android to v11.6.0
3+
14
# 1.0.1-45 - Jun 10, 2025
25
- Update Android to embedding v2
36

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
2727
android {
2828
namespace 'com.pdftron.pdftronflutter'
2929

30-
compileSdk 34
30+
compileSdk 35
3131

3232
defaultConfig {
3333
minSdk = 21
@@ -40,6 +40,6 @@ android {
4040

4141
dependencies {
4242
// Apryse SDK dependencies
43-
implementation "com.pdftron:pdftron:11.5.0"
44-
implementation "com.pdftron:tools:11.5.0"
43+
implementation "com.pdftron:pdftron:11.6.0"
44+
implementation "com.pdftron:tools:11.6.0"
4545
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pdftron_flutter
22
description: A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing.
3-
version: 1.0.1-45
3+
version: 1.0.1-46
44
homepage: https://www.apryse.com
55
repository: https://github.com/ApryseSDK/pdftron-flutter
66
issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues

0 commit comments

Comments
 (0)