Skip to content

Commit

Permalink
Update Arpyse Android SDK to version 10.5.0 (#308)
Browse files Browse the repository at this point in the history
* Update Arpyse Android SDK to version 10.5.0

* Updating package version

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ama-pdftron and github-actions[bot] authored Oct 24, 2023
1 parent 698680b commit 7b3fb3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.0-22 - October 25, 2023
- Update Android to v10.5.0

# 1.0.0-21 - September 21, 2023
- Fix bug in mergeAnnotations()

# 1.0.0-20 - September 13, 2023
- Update Android to v10.4.0

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ android {

dependencies {
// PDFTron SDK dependencies
implementation "com.pdftron:pdftron:10.4.0"
implementation "com.pdftron:tools:10.4.0"
implementation "com.pdftron:pdftron:10.5.0"
implementation "com.pdftron:tools:10.5.0"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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-21
version: 1.0.1-22
homepage: https://www.pdftron.com
repository: https://github.com/PDFTron/pdftron-flutter
issue_tracker: https://github.com/PDFTron/pdftron-flutter/issues
Expand Down

0 comments on commit 7b3fb3f

Please sign in to comment.