Skip to content

Commit 01d640f

Browse files
[Android] Update Android to 11.12.0 (#354)
* Update to 11.12.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>
1 parent 771b146 commit 01d640f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.1-55 - April 1, 2026
2+
- Update Android to v11.12.0
3+
14
# 1.0.1-54 - February 17, 2026
25
- Update Android to v11.11.0
36

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ android {
4040

4141
dependencies {
4242
// Apryse SDK dependencies
43-
implementation "com.pdftron:pdftron:11.11.0"
44-
implementation "com.pdftron:tools:11.11.0"
43+
implementation "com.pdftron:pdftron:11.12.0"
44+
implementation "com.pdftron:tools:11.12.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-54
3+
version: 1.0.1-55
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)