Skip to content

Commit 5ffa9c0

Browse files
Bump PSPDFKit for Android to version 6.5.3 (#71)
1 parent 7526d79 commit 5ffa9c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Platform specific README exists for [Android](android/) and [iOS](ios/).
2020
#### Requirements
2121

2222
- Android SDK 29.0.3 or later
23-
- PSPDFKit 6.5.2 for Android or later
23+
- PSPDFKit 6.5.3 for Android or later
2424
- Flutter 1.22.0-12.1.pre or later
2525

2626
Let's create a simple app that integrates PSPDFKit and uses the Flutter pspdfkit plugin.

android/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') {
2626

2727
ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version')
2828
if (pspdfkitVersion == null || pspdfkitVersion == '') {
29-
ext.pspdfkitVersion = '6.5.2'
29+
ext.pspdfkitVersion = '6.5.3'
3030
}
3131

3232
ext.pspdfkitMavenModuleName = 'pspdfkit'

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a brief example of how to use the PSPDFKit with Flutter.
77
## Android
88

99
- Android SDK 29.0.3 or later
10-
- PSPDFKit 6.5.2 for Android or later
10+
- PSPDFKit 6.5.3 for Android or later
1111
- Flutter 1.22.0-12.1.pre or later
1212

1313
## iOS

0 commit comments

Comments
 (0)