Skip to content

Commit 1e501a8

Browse files
author
Reinhard Hafenscher
authored
Merge pull request #267 from PSPDFKit/reinhard/binary-unification
Remove demo artifacts from build script
2 parents 6ce0179 + 1277897 commit 1e501a8

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

android/build.gradle

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

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

7171
dependencies {
72-
if (demoVersion) {
73-
compile("com.pspdfkit:pspdfkit-demo:${PSPDFKIT_VERSION}") {
74-
exclude group: 'com.google.auto.value', module: 'auto-value'
75-
}
76-
compile("com.pspdfkit:pspdfkit-instant-demo:${PSPDFKIT_VERSION}") {
77-
exclude group: 'com.google.auto.value', module: 'auto-value'
78-
}
79-
} else {
80-
compile("com.pspdfkit:pspdfkit:${PSPDFKIT_VERSION}") {
81-
exclude group: 'com.google.auto.value', module: 'auto-value'
82-
}
83-
compile("com.pspdfkit:pspdfkit-instant:${PSPDFKIT_VERSION}") {
84-
exclude group: 'com.google.auto.value', module: 'auto-value'
85-
}
72+
compile("com.pspdfkit:pspdfkit:${PSPDFKIT_VERSION}") {
73+
exclude group: 'com.google.auto.value', module: 'auto-value'
74+
}
75+
compile("com.pspdfkit:pspdfkit-instant:${PSPDFKIT_VERSION}") {
76+
exclude group: 'com.google.auto.value', module: 'auto-value'
8677
}
8778
compile "com.facebook.react:react-native:+"
8879
}

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.25.1",
3+
"version": "1.25.2",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

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.25.1",
3+
"version": "1.25.2",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

0 commit comments

Comments
 (0)