diff --git a/README.md b/README.md index 245bb1f0..ae37290e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To make sure this is fast, please use a work email and have someone from your co #### Requirements - The latest [Xcode](https://developer.apple.com/xcode/). -- PSPDFKit 10.2.0 for iOS or later +- PSPDFKit 10.2.1 for iOS or later - react-native >= 0.63.4 - CocoaPods >= 1.10.1 @@ -76,10 +76,10 @@ target 'YourApp' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. - use_flipper! - post_install do |installer| - flipper_post_install(installer) - end +- use_flipper! +- post_install do |installer| +- flipper_post_install(installer) +- end end ``` @@ -368,6 +368,7 @@ For a runnable example, please take a look at the [AnnotationProcessing example #### Requirements - Android SDK +- Android NDK - Android Build Tools 23.0.1 (React Native) - Android Build Tools 28.0.3 (PSPDFKit module) - Android Gradle plugin >= 3.4.1 diff --git a/package-lock.json b/package-lock.json index 3a662d02..3c8c712b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.30.8", + "version": "1.30.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e31c1acc..aca5233e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.30.8", + "version": "1.30.9", "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 df92911a..a7ecc5be 100644 --- a/samples/Catalog/package.json +++ b/samples/Catalog/package.json @@ -1,6 +1,6 @@ { "name": "Catalog", - "version": "1.30.8", + "version": "1.30.9", "private": true, "scripts": { "start": "react-native start", diff --git a/samples/NativeCatalog/package.json b/samples/NativeCatalog/package.json index 95ce05dd..7a4f9d74 100644 --- a/samples/NativeCatalog/package.json +++ b/samples/NativeCatalog/package.json @@ -1,6 +1,6 @@ { "name": "NativeCatalog", - "version": "1.30.8", + "version": "1.30.9", "private": true, "scripts": { "android": "react-native run-android",