Skip to content

Commit e87f9c8

Browse files
authored
revert: "fix(pdf): duplicate libc++ library (#505)" (#518)
This reverts commit 9b95094.
1 parent 9b95094 commit e87f9c8

File tree

2 files changed

+30
-2596
lines changed

2 files changed

+30
-2596
lines changed
Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
repositories {
2-
maven { url "https://maven.andob.info/repository/open_source" }
2+
maven { url 'https://jitpack.io' }
33
}
44

55
dependencies {
6-
implementation 'ro.andob.pdfium-android:pdfium-android-viewer:1.0.2'
7-
}
8-
9-
android {
10-
packagingOptions {
11-
jniLibs {
12-
pickFirsts += [
13-
'lib/x86/libc++_shared.so',
14-
'lib/x86_64/libc++_shared.so',
15-
'lib/armeabi-v7a/libc++_shared.so',
16-
'lib/arm64-v8a/libc++_shared.so'
17-
]
18-
}
19-
}
6+
implementation 'com.github.TalbotGooday:AndroidPdfViewer:3.1.0-beta.3'
207
}

0 commit comments

Comments
 (0)