Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contains gradle configuration constants
*/
ext {
PSPDFKIT_VERSION = '6.1.0'
PSPDFKIT_VERSION = '6.1.1'
}

buildscript {
Expand Down Expand Up @@ -69,8 +69,8 @@ if (demoVersion) {
}

dependencies {
compile("com.pspdfkit:pspdfkit:${PSPDFKIT_VERSION}") {
implementation("com.pspdfkit:pspdfkit:${PSPDFKIT_VERSION}") {
exclude group: 'com.google.auto.value', module: 'auto-value'
}
compile "com.facebook.react:react-native:+"
implementation "com.facebook.react:react-native:+"
}
2 changes: 0 additions & 2 deletions samples/Catalog/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

android.useDeprecatedNdk=true
android.enableAapt2=false
android.enableDesugar=true
org.gradle.configureondemand=false
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
Expand Down