Skip to content

Commit 1f9dbb4

Browse files
[Android] Update to 10.8.0 (#321)
* Update to 10.8.0 * Updating package version * changelog * Updating pubspec.yaml * Updating package version * wrong date * Updating pubspec.yaml * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c3fd7d0 commit 1f9dbb4

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.0-29 - March 20, 2024
2+
- Update Android to v10.8.0
3+
14
# 1.0.0-27 - February 7, 2024
25
- Update Android to v10.7.0
36

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
}
3838

3939
dependencies {
40-
// PDFTron SDK dependencies
41-
implementation "com.pdftron:pdftron:10.7.0"
42-
implementation "com.pdftron:tools:10.7.0"
40+
// Apryse SDK dependencies
41+
implementation "com.pdftron:pdftron:10.8.0"
42+
implementation "com.pdftron:tools:10.8.0"
4343
}

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-28
3+
version: 1.0.1-29
44
homepage: https://www.pdftron.com
55
repository: https://github.com/PDFTron/pdftron-flutter
66
issue_tracker: https://github.com/PDFTron/pdftron-flutter/issues

0 commit comments

Comments
 (0)