Skip to content

Commit aa6bcd2

Browse files
authored
Update Android bindings to PSPDFKit 5.5 for Android (#34)
Update Android bindings to PSPDFKit 5.5 for Android
2 parents 24221dd + 372e463 commit aa6bcd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (pspdfkitIsDemo == null) {
4444
ext.pspdfkitMavenModuleName = pspdfkitIsDemo ? 'pspdfkit-demo' : 'pspdfkit'
4545
ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version')
4646
if (pspdfkitVersion == null || pspdfkitVersion == '') {
47-
ext.pspdfkitVersion = '5.4.0'
47+
ext.pspdfkitVersion = '5.5.0'
4848
}
4949

5050
ext.pspdfkitFlutterVersion = '1.0.0-SNAPSHOT'

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: 1.5.0
3+
version: 1.6.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: PSPDFKit flutter plugin.
3-
version: 1.5.0
3+
version: 1.6.0
44
author: PSPDFKit
55
homepage: https://pspdfkit.com/
66
environment:

0 commit comments

Comments
 (0)