Skip to content

Commit

Permalink
Update for PSPDFKit 6.4 for Android (PSPDFKit#370)
Browse files Browse the repository at this point in the history
* Bump PSPDFKit for Android version to 6.4.0
* Bump version to 1.29.4
  • Loading branch information
davidschreiber authored Jun 18, 2020
1 parent 8811870 commit 94ee022
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contains gradle configuration constants
*/
ext {
PSPDFKIT_VERSION = '6.3.0'
PSPDFKIT_VERSION = '6.4.0'
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pspdfkit",
"version": "1.29.3",
"version": "1.29.4",
"description": "A React Native module for the PSPDFKit library.",
"keywords": [
"react native",
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Catalog",
"version": "1.29.3",
"version": "1.29.4",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down
2 changes: 1 addition & 1 deletion samples/NativeCatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NativeCatalog",
"version": "1.29.3",
"version": "1.29.4",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 94ee022

Please sign in to comment.