Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PSPDFKit committed Jul 23, 2021
1 parent 336e122 commit dd48aa7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.4.0] - 22 Jul 2021

- Updates to PSPDFKit for Android 7.0. (#30286)
- Bump minimum SDK version `androidMinSdkVersion` to API 21. (#30286)

## [2.3.3] - 19 Jul 2021

- Improves readme file removing `compileOptions` section as not required anymore. (#30258)
Expand Down
4 changes: 2 additions & 2 deletions android/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') {

ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version')
if (pspdfkitVersion == null || pspdfkitVersion == '') {
ext.pspdfkitVersion = '6.6.2'
ext.pspdfkitVersion = '7.0.0'
}

ext.pspdfkitMavenModuleName = 'pspdfkit'
Expand All @@ -54,6 +54,6 @@ ext.pspdfkitFlutterVersion = pubspecYaml.version

ext.androidCompileSdkVersion = 29
ext.androidBuildToolsVersion = '29.0.1'
ext.androidMinSdkVersion = 19
ext.androidMinSdkVersion = 21
ext.androidTargetSdkVersion = 29
ext.androidGradlePluginVersion = '4.1.1'
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pspdfkit_example
description: Demonstrates how to use the pspdfkit plugin.
version: 2.3.2
version: 2.4.0
author: PSPDFKit
homepage: https://pspdfkit.com/
environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pspdfkit_flutter
description: A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful PSPDFKit PDF SDK.
version: 2.3.3
version: 2.4.0
homepage: https://pspdfkit.com/
repository: https://github.com/PSPDFKit/pspdfkit-flutter
issue_tracker: https://github.com/PSPDFKit/pspdfkit-flutter/issues
Expand Down

0 comments on commit dd48aa7

Please sign in to comment.