Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PSPDFKit committed Oct 22, 2021
1 parent 972adf5 commit f31f81c
Show file tree
Hide file tree
Showing 14 changed files with 1,527 additions and 1,307 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## Newest Release

### 2.0.1 - 05 Oct 2021
### 2.0.2 - 07 Oct 2021

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

## Previous Releases

### 2.0.1 - 05 Oct 2021

- Re-add Java 8 language features. (#31288)

### 2.0.0 - 28 Sep 2021

- Adds the ability to open TIFF images as Image Documents. (#30103)
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Contains gradle configuration constants
*/
ext {
PSPDFKIT_VERSION = '7.0.0'
PSPDFKIT_VERSION = '8.0.0'
}

buildscript {
Expand All @@ -30,7 +30,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:7.1.0-alpha03'
}
}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pspdfkit",
"version": "2.0.1",
"version": "2.0.2",
"description": "React Native PDF Library by PSPDFKit",
"keywords": [
"react native",
Expand All @@ -23,7 +23,7 @@
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-native": "^0.65.1"
"react-native": "^0.66.0"
},
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:4.2.1")
classpath("com.android.tools.build:gradle:7.1.0-alpha03")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit f31f81c

Please sign in to comment.