Skip to content

Commit 110f5c2

Browse files
author
irgendeinich
committed
Remove demo artifacts from build script
1 parent 6ce0179 commit 110f5c2

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
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
}

0 commit comments

Comments
 (0)