Skip to content

Commit

Permalink
Merge pull request #267 from PSPDFKit/reinhard/binary-unification
Browse files Browse the repository at this point in the history
Remove demo artifacts from build script
  • Loading branch information
Reinhard Hafenscher authored Aug 9, 2019
2 parents 6ce0179 + 1277897 commit 1e501a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
21 changes: 6 additions & 15 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 = '5.5.0'
PSPDFKIT_VERSION = '5.5.1'
}

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

dependencies {
if (demoVersion) {
compile("com.pspdfkit:pspdfkit-demo:${PSPDFKIT_VERSION}") {
exclude group: 'com.google.auto.value', module: 'auto-value'
}
compile("com.pspdfkit:pspdfkit-instant-demo:${PSPDFKIT_VERSION}") {
exclude group: 'com.google.auto.value', module: 'auto-value'
}
} else {
compile("com.pspdfkit:pspdfkit:${PSPDFKIT_VERSION}") {
exclude group: 'com.google.auto.value', module: 'auto-value'
}
compile("com.pspdfkit:pspdfkit-instant:${PSPDFKIT_VERSION}") {
exclude group: 'com.google.auto.value', module: 'auto-value'
}
compile("com.pspdfkit:pspdfkit:${PSPDFKIT_VERSION}") {
exclude group: 'com.google.auto.value', module: 'auto-value'
}
compile("com.pspdfkit:pspdfkit-instant:${PSPDFKIT_VERSION}") {
exclude group: 'com.google.auto.value', module: 'auto-value'
}
compile "com.facebook.react:react-native:+"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pspdfkit",
"version": "1.25.1",
"version": "1.25.2",
"description": "A React Native module for the PSPDFKit library.",
"keywords": [
"react native",
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Catalog",
"version": "1.25.1",
"version": "1.25.2",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down

0 comments on commit 1e501a8

Please sign in to comment.