Skip to content

Commit dd48aa7

Browse files
author
PSPDFKit
committed
Release 2.4.0
1 parent 336e122 commit dd48aa7

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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)

android/config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') {
3838

3939
ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version')
4040
if (pspdfkitVersion == null || pspdfkitVersion == '') {
41-
ext.pspdfkitVersion = '6.6.2'
41+
ext.pspdfkitVersion = '7.0.0'
4242
}
4343

4444
ext.pspdfkitMavenModuleName = 'pspdfkit'
@@ -54,6 +54,6 @@ ext.pspdfkitFlutterVersion = pubspecYaml.version
5454

5555
ext.androidCompileSdkVersion = 29
5656
ext.androidBuildToolsVersion = '29.0.1'
57-
ext.androidMinSdkVersion = 19
57+
ext.androidMinSdkVersion = 21
5858
ext.androidTargetSdkVersion = 29
5959
ext.androidGradlePluginVersion = '4.1.1'

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_example
22
description: Demonstrates how to use the pspdfkit plugin.
3-
version: 2.3.2
3+
version: 2.4.0
44
author: PSPDFKit
55
homepage: https://pspdfkit.com/
66
environment:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_flutter
22
description: 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
44
homepage: https://pspdfkit.com/
55
repository: https://github.com/PSPDFKit/pspdfkit-flutter
66
issue_tracker: https://github.com/PSPDFKit/pspdfkit-flutter/issues

0 commit comments

Comments
 (0)