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 6e4910c commit 684790cCopy full SHA for 684790c
jni/build.gradle
@@ -0,0 +1,2 @@
1
+configurations.maybeCreate("default")
2
+artifacts.add("default", file('mupdf-android-fitz-release.aar'))
lib/build.gradle
@@ -7,8 +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
- api files('../jni/mupdf-android-fitz-release.aar')
11
-// api 'com.artifex.mupdf:fitz:1.22.0'
+ api project(':jni')
12
}
13
14
android {
settings.gradle
@@ -28,5 +28,6 @@ dependencyResolutionManagement {
28
29
30
rootProject.name = "com.artifex.mupdf.viewer"
31
+include ':jni'
32
include ':lib'
33
include ':app'
0 commit comments