Skip to content

Commit c1d9a8f

Browse files
author
Reinhard Hafenscher
authored
Merge pull request #342 from PSPDFKit/reinhard/update-pspdfkit-6.1.1
Update to PSPDFKit for Android 6.1.1
2 parents d426b7b + 0dac88f commit c1d9a8f

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Contains gradle configuration constants
33
*/
44
ext {
5-
PSPDFKIT_VERSION = '6.1.0'
5+
PSPDFKIT_VERSION = '6.1.1'
66
}
77

88
buildscript {
@@ -69,8 +69,8 @@ if (demoVersion) {
6969
}
7070

7171
dependencies {
72-
compile("com.pspdfkit:pspdfkit:${PSPDFKIT_VERSION}") {
72+
implementation("com.pspdfkit:pspdfkit:${PSPDFKIT_VERSION}") {
7373
exclude group: 'com.google.auto.value', module: 'auto-value'
7474
}
75-
compile "com.facebook.react:react-native:+"
75+
implementation "com.facebook.react:react-native:+"
7676
}

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.26.6",
3+
"version": "1.26.7",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

samples/Catalog/android/gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
android.useDeprecatedNdk=true
21-
android.enableAapt2=false
2220
android.enableDesugar=true
2321
org.gradle.configureondemand=false
2422
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

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.26.6",
3+
"version": "1.26.7",
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.26.6",
3+
"version": "1.26.7",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)