Skip to content

Commit 3d6a4fe

Browse files
authored
Removed jCenter dependency (#236)
Because latest react native does not include jCenter as repository source the build will fail: #235 Removed jcenter as repository source and update the `pdfbox-android` dependency to use the one from mavenCentral
1 parent ab13f4a commit 3d6a4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.3.1'
@@ -42,6 +42,6 @@ repositories {
4242

4343

4444
dependencies {
45-
implementation 'com.tom_roush:pdfbox-android:1.8.10.0'
45+
implementation 'com.tom-roush:pdfbox-android:1.8.10.3'
4646
implementation 'com.facebook.react:react-native:+'
4747
}

0 commit comments

Comments
 (0)