Skip to content

Commit

Permalink
Merge branch 'master' into fix-github-link
Browse files Browse the repository at this point in the history
  • Loading branch information
ama-pdftron authored Sep 4, 2024
2 parents a4146b7 + bdce936 commit 641b31e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.0-33 - September 4, 2024
- Update Android to v10.12.0

# 1.0.0-32 - July 24, 2024
- Update Android to v10.11.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 {
// Apryse SDK dependencies
implementation "com.pdftron:pdftron:10.11.0"
implementation "com.pdftron:tools:10.11.0"
implementation "com.pdftron:pdftron:10.12.0"
implementation "com.pdftron:tools:10.12.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-32
version: 1.0.1-33
homepage: https://www.apryse.com
repository: https://github.com/ApryseSDK/pdftron-flutter
issue_tracker: https://github.com/ApryseSDK/pdftron-flutter/issues
Expand Down

0 comments on commit 641b31e

Please sign in to comment.