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 af7f344 commit 7f0bd8eCopy full SHA for 7f0bd8e
android-pdf-viewer/build.gradle
@@ -1,5 +1,4 @@
1
apply plugin: 'com.android.library'
2
-apply plugin: 'com.kezong.fat-aar'
3
4
android {
5
compileSdkVersion 35
@@ -22,6 +21,6 @@ android {
22
21
23
dependencies {
24
implementation 'androidx.core:core:1.3.1'
25
- embed project(path: ':pdfium', configuration: 'default')
+ api project(':pdfium')
26
}
27
0 commit comments