Skip to content

Commit a04ff85

Browse files
[Android] Update to 11.0.0 (#330)
* [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>
1 parent 88a1bd5 commit a04ff85

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.0-36 - October 28, 2024
2+
- Update Android to v11.0.0
3+
- Update Android targetSDK to 34
4+
15
# 1.0.0-33 - September 4, 2024
26
- Update Android to v10.12.0
37

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ android {
3838

3939
dependencies {
4040
// Apryse SDK dependencies
41-
implementation "com.pdftron:pdftron:10.12.0"
42-
implementation "com.pdftron:tools:10.12.0"
41+
implementation "com.pdftron:pdftron:11.0.0"
42+
implementation "com.pdftron:tools:11.0.0"
4343
}

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
defaultConfig {
4141
applicationId "com.pdftron.pdftronflutterexample"
4242
minSdkVersion 21
43-
targetSdkVersion 33
43+
targetSdkVersion 34
4444
multiDexEnabled true
4545
manifestPlaceholders += [pdftronLicenseKey:PDFTRON_LICENSE_KEY]
4646
versionCode flutterVersionCode.toInteger()

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-35
3+
version: 1.0.1-36
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)