Skip to content

Commit

Permalink
Merge pull request #356 from PSPDFKit/reinhard/update-pspdfkit
Browse files Browse the repository at this point in the history
Update to PSPDFKit for Android 6.2.0
  • Loading branch information
Reinhard Hafenscher authored Mar 16, 2020
2 parents 12ec550 + 6b912a7 commit fc90881
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.1.1'
PSPDFKIT_VERSION = '6.2.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.28.1",
"version": "1.28.2",
"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.28.1",
"version": "1.28.2",
"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.28.1",
"version": "1.28.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit fc90881

Please sign in to comment.