Skip to content

Commit

Permalink
[Android] Update to 11.0.0 (#330)
Browse files Browse the repository at this point in the history
* [Android] Update to 11.0.0

* Updating package version

* Update build.gradle

* Update CHANGELOG.md

* Updating pubspec.yaml

* Updating package version

* Update CHANGELOG.md

* Updating pubspec.yaml

* 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 29, 2024
1 parent 88a1bd5 commit a04ff85
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.0-36 - October 28, 2024
- Update Android to v11.0.0
- Update Android targetSDK to 34

# 1.0.0-33 - September 4, 2024
- Update Android to v10.12.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.12.0"
implementation "com.pdftron:tools:10.12.0"
implementation "com.pdftron:pdftron:11.0.0"
implementation "com.pdftron:tools:11.0.0"
}
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
defaultConfig {
applicationId "com.pdftron.pdftronflutterexample"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
multiDexEnabled true
manifestPlaceholders += [pdftronLicenseKey:PDFTRON_LICENSE_KEY]
versionCode flutterVersionCode.toInteger()
Expand Down
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-35
version: 1.0.1-36
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 a04ff85

Please sign in to comment.