Skip to content

Commit 336e122

Browse files
author
PSPDFKit
committed
Release 2.3.3
1 parent 51bb811 commit 336e122

File tree

7 files changed

+7
-38
lines changed

7 files changed

+7
-38
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.3.3] - 19 Jul 2021
2+
3+
- Improves readme file removing `compileOptions` section as not required anymore. (#30258)
4+
15
## [2.3.2] - 07 Jul 2021
26

37
- Updates the deployment target of iOS to 13 for PSPDFKit 10.5 for iOS. (#30057)

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Platform specific README exists for [Android](android/) and [iOS](ios/).
5151
open android/app/build.gradle
5252
```
5353

54-
4. Modify the minimum SDK version, enable `multidex`, and set the Java compatibility to Java 8 to enable desugaring. All this is done inside the `android` section:
54+
4. Modify the minimum SDK version, and enable `multidex`. All this is done inside the `android` section:
5555

5656
```diff
5757
android {
@@ -61,11 +61,6 @@ Platform specific README exists for [Android](android/) and [iOS](ios/).
6161
...
6262
+ multiDexEnabled true
6363
}
64-
65-
+ compileOptions {
66-
+ sourceCompatibility 1.8
67-
+ targetCompatibility 1.8
68-
+ }
6964
}
7065
```
7166

@@ -315,7 +310,7 @@ The verbose mode of flutter doctor is even more helpful; it prints out extensive
315310
316311
### CocoaPods Conflicts With Asdf
317312
318-
If [asdf](https://github.com/asdf-vm/asdf) is installed in your machine it might create problems when running Cocoapods, and Flutter will erroneusly suggest to install CocoaPods via brew with `brew install cocoapods`. This won't work because for this specific configuration CocoaPods needs to be installed via [RubyGems](https://rubygems.org/). To fix this configuration issue just type `gem install cocoapods && pod setup`.
313+
If [asdf](https://github.com/asdf-vm/asdf) is installed in your machine it might create problems when running Cocoapods, and Flutter will erroneously suggest to install CocoaPods via brew with `brew install cocoapods`. This won't work because for this specific configuration CocoaPods needs to be installed via [RubyGems](https://rubygems.org/). To fix this configuration issue just type `gem install cocoapods && pod setup`.
319314
320315
321316

android/.settings/org.eclipse.buildship.core.prefs

Lines changed: 0 additions & 13 deletions
This file was deleted.

example/android/.settings/org.eclipse.buildship.core.prefs

Lines changed: 0 additions & 13 deletions
This file was deleted.

example/android/app/.settings/org.eclipse.buildship.core.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

example/android/app/bin/.settings/org.eclipse.buildship.core.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

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.2
3+
version: 2.3.3
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)