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 fd59ea7 commit 6e4910cCopy full SHA for 6e4910c
lib/build.gradle
@@ -7,7 +7,7 @@ version = '1.21.0a'
7
dependencies {
8
implementation 'androidx.appcompat:appcompat:1.3.1'
9
implementation 'com.google.android.material:material:1.6.1'
10
- implementation files('../jni/mupdf-android-fitz-release.aar')
+ api files('../jni/mupdf-android-fitz-release.aar')
11
// api 'com.artifex.mupdf:fitz:1.22.0'
12
}
13
0 commit comments