File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ version = '1.21.0a'
7
7
dependencies {
8
8
implementation ' androidx.appcompat:appcompat:1.3.1'
9
9
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'
11
12
}
12
13
13
14
android {
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ pluginManagement {
4
4
google()
5
5
mavenLocal()
6
6
jcenter()
7
- maven {
7
+ /* maven {
8
8
url 'http://maven.ghostscript.com'
9
9
allowInsecureProtocol = true
10
- }
10
+ }*/
11
11
mavenCentral()
12
12
maven { url " https://jitpack.io" }
13
13
}
@@ -18,10 +18,10 @@ dependencyResolutionManagement {
18
18
google()
19
19
mavenLocal()
20
20
jcenter()
21
- maven {
21
+ /* maven {
22
22
url 'http://maven.ghostscript.com'
23
23
allowInsecureProtocol = true
24
- }
24
+ }*/
25
25
mavenCentral()
26
26
maven { url " https://jitpack.io" }
27
27
}
You can’t perform that action at this time.
0 commit comments