Skip to content

Commit f31f81c

Browse files
author
PSPDFKit
committed
Release 2.0.2
1 parent 972adf5 commit f31f81c

File tree

14 files changed

+1527
-1307
lines changed

14 files changed

+1527
-1307
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
## Newest Release
22

3-
### 2.0.1 - 05 Oct 2021
3+
### 2.0.2 - 07 Oct 2021
44

5-
- Re-add Java 8 language features. (#31288)
5+
- Update to PSPDFKit for Android 8.
6+
- PSPDFKit now requires React Native 0.66.0 or later. (#31348)
67

78
## Previous Releases
89

10+
### 2.0.1 - 05 Oct 2021
11+
12+
- Re-add Java 8 language features. (#31288)
13+
914
### 2.0.0 - 28 Sep 2021
1015

1116
- Adds the ability to open TIFF images as Image Documents. (#30103)

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Contains gradle configuration constants
1616
*/
1717
ext {
18-
PSPDFKIT_VERSION = '7.0.0'
18+
PSPDFKIT_VERSION = '8.0.0'
1919
}
2020

2121
buildscript {
@@ -30,7 +30,7 @@ buildscript {
3030
}
3131

3232
dependencies {
33-
classpath 'com.android.tools.build:gradle:4.2.1'
33+
classpath 'com.android.tools.build:gradle:7.1.0-alpha03'
3434
}
3535
}
3636

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "React Native PDF Library by PSPDFKit",
55
"keywords": [
66
"react native",
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"prop-types": "^15.7.2",
2525
"react": "^17.0.2",
26-
"react-native": "^0.65.1"
26+
"react-native": "^0.66.0"
2727
},
2828
"dependencies": {},
2929
"devDependencies": {

samples/Catalog/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
mavenCentral()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle:4.2.1")
16+
classpath("com.android.tools.build:gradle:7.1.0-alpha03")
1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files
1919
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)