We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b95094 commit e87f9c8Copy full SHA for e87f9c8
packages/pdf/platforms/android/include.gradle
@@ -1,20 +1,7 @@
1
repositories {
2
- maven { url "https://maven.andob.info/repository/open_source" }
+ maven { url 'https://jitpack.io' }
3
}
4
5
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
+ implementation 'com.github.TalbotGooday:AndroidPdfViewer:3.1.0-beta.3'
20
0 commit comments