Skip to content

Commit 0c4d7e9

Browse files
Update Android to 12.0.0 (#357)
* Update to 12.0 * update changelog * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ad92c31 commit 0c4d7e9

4 files changed

Lines changed: 7 additions & 4 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-57 - July 8, 2026
2+
- Update Android to v12.0.0
3+
14
# 1.0.1-56 - May 27, 2026
25
- Update Android to v11.13.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.13.0"
44-
implementation "com.pdftron:tools:11.13.0"
43+
implementation "com.pdftron:pdftron:12.0.0"
44+
implementation "com.pdftron:tools:12.0.0"
4545
}

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class _ViewerState extends State<Viewer> {
223223
return AlertDialog(
224224
title: Text('AlertDialog'),
225225
content: SingleChildScrollView(
226-
child: Text('Leading navigation button has been pressed.'),
226+
child: Text('Leading navigation button has been pressed: ' + _version),
227227
),
228228
actions: <Widget>[
229229
TextButton(

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-56
3+
version: 1.0.1-57
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)