Skip to content

Commit e65591f

Browse files
Renju MenonRenju Menon
authored andcommitted
fix pdf not loading in android
1 parent c827d05 commit e65591f

File tree

275 files changed

+37107
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+37107
-17
lines changed

android-pdf-viewer/build.gradle

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

54
android {
65
compileSdkVersion 35
@@ -23,6 +22,6 @@ android {
2322

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

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ buildscript {
77
dependencies {
88
classpath 'com.android.tools.build:gradle:8.7.3'
99
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
10+
classpath 'com.github.aasitnikov:fat-aar-android:1.4.2'
1011

1112
}
1213
}

pdfium/.cxx/Debug/3n3b3k6a/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2

Whitespace-only changes.

pdfium/.cxx/Debug/3n3b3k6a/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1

Whitespace-only changes.

pdfium/.cxx/Debug/3n3b3k6a/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2

Whitespace-only changes.

0 commit comments

Comments
 (0)