Skip to content

Commit 6e4910c

Browse files
committed
Add fitz lib in local
1 parent fd59ea7 commit 6e4910c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = '1.21.0a'
77
dependencies {
88
implementation 'androidx.appcompat:appcompat:1.3.1'
99
implementation 'com.google.android.material:material:1.6.1'
10-
implementation files('../jni/mupdf-android-fitz-release.aar')
10+
api files('../jni/mupdf-android-fitz-release.aar')
1111
// api 'com.artifex.mupdf:fitz:1.22.0'
1212
}
1313

0 commit comments

Comments
 (0)