Skip to content

Commit

Permalink
Remove mupdf fitz aar
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Apr 25, 2023
1 parent 8bdb1a6 commit 8c82e2e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = '1.21.0a'
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.6.1'
api project(':mupdf-android-fitz')
api 'com.github.TeamAmaze:mupdf-android-fitz:1.0.1'
}

android {
Expand Down
36 changes: 0 additions & 36 deletions mupdf-android-fitz/build.gradle

This file was deleted.

Binary file removed mupdf-android-fitz/mupdf-android-fitz-release.aar
Binary file not shown.
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ dependencyResolutionManagement {
}

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

0 comments on commit 8c82e2e

Please sign in to comment.