Skip to content

Commit 7f0bd8e

Browse files
Renju MenonRenju Menon
authored andcommitted
remove fat aar dependancy and add pdfium as a project dependancy
1 parent af7f344 commit 7f0bd8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android-pdf-viewer/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'com.kezong.fat-aar'
32

43
android {
54
compileSdkVersion 35
@@ -22,6 +21,6 @@ android {
2221

2322
dependencies {
2423
implementation 'androidx.core:core:1.3.1'
25-
embed project(path: ':pdfium', configuration: 'default')
24+
api project(':pdfium')
2625
}
2726

0 commit comments

Comments
 (0)