Skip to content

Commit 096d8ea

Browse files
Renju MenonRenju Menon
authored andcommitted
use fat aar to bundle pdfium with android pdf viewer
1 parent 96d9879 commit 096d8ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android-pdf-viewer/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id 'com.android.library'
33
id 'maven-publish'
4+
id 'com.kezong.fat-aar'
45
}
56

67
android {
@@ -35,7 +36,7 @@ android {
3536

3637
dependencies {
3738
implementation 'androidx.core:core:1.3.1'
38-
api project(':pdfium')
39+
embed project(path: ':pdfium', configuration: 'default')
3940
}
4041

4142
afterEvaluate {

0 commit comments

Comments
 (0)