Skip to content

Commit 1f0823c

Browse files
committed
[PSPDFKit] Update binding to v8.4.1
1 parent b8b3b4e commit 1f0823c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: PSPDFKit.Android/PSPDFKit.Android.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<!-- <EmbeddedReferenceJar Include="Jars\okio-1.13.0.jar" /> -->
8282
</ItemGroup>
8383
<ItemGroup>
84-
<LibraryProjectZip Include="Jars\pspdfkit-8.4.0.aar" />
84+
<LibraryProjectZip Include="Jars\pspdfkit-8.4.1.aar" />
8585
</ItemGroup>
8686
<!-- <ItemGroup>
8787
<EmbeddedJar Include="Jars\YouTubeAndroidPlayerApi-1.2.2\libs\YouTubeAndroidPlayerApi.jar">

Diff for: PSPDFKit.Android/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
2020
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2121

22-
[assembly: AssemblyVersion ("8.4.0")]
22+
[assembly: AssemblyVersion ("8.4.1")]
2323
[assembly: LinkerSafe]
2424

2525
// The following attributes are used to specify the signing key for the assembly,

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xamarin PSPDFKit.Android Bindings
22

3-
Xamarin.Android Bindings for PSPDFKit `v8.4.0`.
3+
Xamarin.Android Bindings for PSPDFKit `v8.4.1`.
44

55
#### PSPDFKit
66

Diff for: build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var target = Argument ("target", "Default");
55
// Nice online pom dependency explorer
66
// https://jar-download.com/
77

8-
var PSPDFKIT_VERSION = "8.4.0";
8+
var PSPDFKIT_VERSION = "8.4.1";
99
var SERVICERELEASE_VERSION = "0"; // This is combined with the PSPDFKIT_VERSION variable for the NuGet Package version
1010
var RXANDROID_VERSION = "2.1.0";
1111
var RXJAVA_VERSION = "2.2.4"; // Check Reactive-Streams if updated.

0 commit comments

Comments
 (0)