From 754e110362c587f68bb388174393c59efeba21ff Mon Sep 17 00:00:00 2001 From: irgendeinich Date: Fri, 13 Mar 2020 17:09:12 +0100 Subject: [PATCH 1/2] Update to PSPDFKit for Android 6.2.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 01d9097c..ed311e6e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ * Contains gradle configuration constants */ ext { - PSPDFKIT_VERSION = '6.1.1' + PSPDFKIT_VERSION = '6.2.0' } buildscript { From 6b912a71ca0bfb297516a97727ee6e7a3f230da5 Mon Sep 17 00:00:00 2001 From: irgendeinich Date: Mon, 16 Mar 2020 10:06:55 +0100 Subject: [PATCH 2/2] Bump version to 1.28.2 --- package-lock.json | 2 +- package.json | 2 +- samples/Catalog/package.json | 2 +- samples/NativeCatalog/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d297a3d..c454dcc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.28.1", + "version": "1.28.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c739294e..4a3af2df 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/samples/Catalog/package.json b/samples/Catalog/package.json index f79b9987..861a89ee 100644 --- a/samples/Catalog/package.json +++ b/samples/Catalog/package.json @@ -1,6 +1,6 @@ { "name": "Catalog", - "version": "1.28.1", + "version": "1.28.2", "private": true, "scripts": { "start": "react-native start", diff --git a/samples/NativeCatalog/package.json b/samples/NativeCatalog/package.json index acc0e5e4..6ffa193d 100644 --- a/samples/NativeCatalog/package.json +++ b/samples/NativeCatalog/package.json @@ -1,6 +1,6 @@ { "name": "NativeCatalog", - "version": "1.28.1", + "version": "1.28.2", "private": true, "scripts": { "android": "react-native run-android",