Skip to content

Commit 121c637

Browse files
authored
Merge pull request #379 from PSPDFKit/simone/android-6.5.2-update
Android 6.5.2 and iOS 10.0.1 update
2 parents 1e82ac0 + 27ab634 commit 121c637

6 files changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To make sure this is fast, please use a work email and have someone from your co
3838
#### Requirements
3939

4040
- Xcode 12
41-
- PSPDFKit 10.0.0 for iOS or later
41+
- PSPDFKit 10.0.1 for iOS or later
4242
- react-native >= 0.63.2
4343
- CocoaPods >= 1.10.0.rc.1
4444

@@ -370,8 +370,8 @@ For a runnable example, please take a look at the [AnnotationProcessing example
370370
- Android Build Tools 23.0.1 (React Native)
371371
- Android Build Tools 28.0.3 (PSPDFKit module)
372372
- Android Gradle plugin >= 3.4.1
373-
- PSPDFKit >= 5.4.2
374-
- react-native >= 0.60.4
373+
- PSPDFKit >= 6.5.2
374+
- react-native >= 0.63.2
375375

376376
#### Getting Started
377377

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Contains gradle configuration constants
33
*/
44
ext {
5-
PSPDFKIT_VERSION = '6.5.0'
5+
PSPDFKIT_VERSION = '6.5.2'
66
}
77

88
buildscript {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.30.0",
3+
"version": "1.30.1",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",
@@ -9,7 +9,6 @@
99
],
1010
"homepage": "https://github.com/PSPDFKit/react-native",
1111
"bugs": {
12-
"url": "https://github.com/PSPDFKit/react-native/issues",
1312
"email": "support@pspdfkit.com"
1413
},
1514
"license": "SEE LICENSE IN LICENSE",
@@ -24,7 +23,7 @@
2423
"peerDependencies": {
2524
"prop-types": ">= 15.6.2 < 16",
2625
"react": ">= 16.8.6 < 17",
27-
"react-native": ">= 0.60.4 < 1"
26+
"react-native": ">= 0.63.2 < 1"
2827
},
2928
"dependencies": {},
3029
"devDependencies": {

samples/Catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Catalog",
3-
"version": "1.30.0",
3+
"version": "1.30.1",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

samples/NativeCatalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NativeCatalog",
3-
"version": "1.30.0",
3+
"version": "1.30.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)