File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
2626Let's create a simple app that integrates PSPDFKit and uses the Flutter pspdfkit plugin.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') {
2626
2727ext. pspdfkitVersion = localProperties. getProperty(' pspdfkit.version' )
2828if (pspdfkitVersion == null || pspdfkitVersion == ' ' ) {
29- ext. pspdfkitVersion = ' 6.5.2 '
29+ ext. pspdfkitVersion = ' 6.5.3 '
3030}
3131
3232ext. pspdfkitMavenModuleName = ' pspdfkit'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments