Skip to content

Commit 8c82e2e

Browse files
committed
Remove mupdf fitz aar
1 parent 8bdb1a6 commit 8c82e2e

File tree

4 files changed

+1
-38
lines changed

4 files changed

+1
-38
lines changed

lib/build.gradle

+1-1
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-
api project(':mupdf-android-fitz')
10+
api 'com.github.TeamAmaze:mupdf-android-fitz:1.0.1'
1111
}
1212

1313
android {

mupdf-android-fitz/build.gradle

-36
This file was deleted.
-14.6 MB
Binary file not shown.

settings.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ dependencyResolutionManagement {
2828
}
2929

3030
rootProject.name = "com.artifex.mupdf.viewer"
31-
include ':mupdf-android-fitz'
3231
include ':lib'
3332
include ':app'

0 commit comments

Comments
 (0)