We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d9879 commit 096d8eaCopy full SHA for 096d8ea
android-pdf-viewer/build.gradle
@@ -1,6 +1,7 @@
1
plugins {
2
id 'com.android.library'
3
id 'maven-publish'
4
+ id 'com.kezong.fat-aar'
5
}
6
7
android {
@@ -35,7 +36,7 @@ android {
35
36
37
dependencies {
38
implementation 'androidx.core:core:1.3.1'
- api project(':pdfium')
39
+ embed project(path: ':pdfium', configuration: 'default')
40
41
42
afterEvaluate {
0 commit comments