Skip to content

Commit fd59ea7

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

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

jni/mupdf-android-fitz-release.aar

14.6 MB
Binary file not shown.

lib/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ 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-
api 'com.artifex.mupdf:fitz:1.21.0'
10+
implementation files('../jni/mupdf-android-fitz-release.aar')
11+
// api 'com.artifex.mupdf:fitz:1.22.0'
1112
}
1213

1314
android {

settings.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ pluginManagement {
44
google()
55
mavenLocal()
66
jcenter()
7-
maven {
7+
/*maven {
88
url 'http://maven.ghostscript.com'
99
allowInsecureProtocol = true
10-
}
10+
}*/
1111
mavenCentral()
1212
maven { url "https://jitpack.io" }
1313
}
@@ -18,10 +18,10 @@ dependencyResolutionManagement {
1818
google()
1919
mavenLocal()
2020
jcenter()
21-
maven {
21+
/*maven {
2222
url 'http://maven.ghostscript.com'
2323
allowInsecureProtocol = true
24-
}
24+
}*/
2525
mavenCentral()
2626
maven { url "https://jitpack.io" }
2727
}

0 commit comments

Comments
 (0)