Skip to content

Commit 4717c43

Browse files
Merge pull request #2 from T-Pro/fixJitpackReleaseIssue
remove fat aar dependancy and add pdfium as a project dependancy
2 parents af7f344 + 7f0bd8e commit 4717c43

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)