File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.4.0] - 22 Jul 2021
2+
3+ - Updates to PSPDFKit for Android 7.0. (#30286 )
4+ - Bump minimum SDK version ` androidMinSdkVersion ` to API 21. (#30286 )
5+
16## [ 2.3.3] - 19 Jul 2021
27
38- Improves readme file removing ` compileOptions ` section as not required anymore. (#30258 )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') {
3838
3939ext. pspdfkitVersion = localProperties. getProperty(' pspdfkit.version' )
4040if (pspdfkitVersion == null || pspdfkitVersion == ' ' ) {
41- ext. pspdfkitVersion = ' 6.6.2 '
41+ ext. pspdfkitVersion = ' 7.0.0 '
4242}
4343
4444ext. pspdfkitMavenModuleName = ' pspdfkit'
@@ -54,6 +54,6 @@ ext.pspdfkitFlutterVersion = pubspecYaml.version
5454
5555ext. androidCompileSdkVersion = 29
5656ext. androidBuildToolsVersion = ' 29.0.1'
57- ext. androidMinSdkVersion = 19
57+ ext. androidMinSdkVersion = 21
5858ext. androidTargetSdkVersion = 29
5959ext. androidGradlePluginVersion = ' 4.1.1'
Original file line number Diff line number Diff line change 11name : pspdfkit_example
22description : Demonstrates how to use the pspdfkit plugin.
3- version : 2.3.2
3+ version : 2.4.0
44author : PSPDFKit
55homepage : https://pspdfkit.com/
66environment :
Original file line number Diff line number Diff line change 11name : pspdfkit_flutter
22description : A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful PSPDFKit PDF SDK.
3- version : 2.3.3
3+ version : 2.4.0
44homepage : https://pspdfkit.com/
55repository : https://github.com/PSPDFKit/pspdfkit-flutter
66issue_tracker : https://github.com/PSPDFKit/pspdfkit-flutter/issues
You can’t perform that action at this time.
0 commit comments