File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11## Next Release
22
3+ ## [ 1.10.5] - 2 Feb 2021
4+
5+ - Fixes the license key in the example project. (#82 )
6+
37## [ 1.10.4] - 2 Feb 2021
48
59- Updates Gradle version and enable AndroidX for Android plugin and example. (#80 )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import 'pspdfkit_instantjson_example.dart';
2525import 'pspdfkit_annotations_example.dart' ;
2626import 'pspdfkit_annotation_processing_example.dart' ;
2727
28- const String PSPDFKIT_LICENSE_KEY = "License key goes here " ;
28+ const String PSPDFKIT_LICENSE_KEY = "LICENSE_KEY_GOES_HERE " ;
2929
3030const String _documentPath = 'PDFs/PSPDFKit.pdf' ;
3131const String _lockedDocumentPath = 'PDFs/protected.pdf' ;
Original file line number Diff line number Diff line change 11name : pspdfkit_example
22description : Demonstrates how to use the pspdfkit plugin.
3- version : 1.10.4
3+ version : 1.10.5
44author : PSPDFKit
55homepage : https://pspdfkit.com/
66environment :
Original file line number Diff line number Diff line change 11name : pspdfkit_flutter
22description : PSPDFKit flutter plugin.
3- version : 1.10.4
3+ version : 1.10.5
44author : PSPDFKit
55homepage : https://pspdfkit.com/
66environment :
You can’t perform that action at this time.
0 commit comments