Skip to content

Commit

Permalink
Add fitz lib in local
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Apr 24, 2023
1 parent fd59ea7 commit 6e4910c
Showing 1 changed file with 1 addition and 1 deletion.
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'
implementation files('../jni/mupdf-android-fitz-release.aar')
api files('../jni/mupdf-android-fitz-release.aar')
// api 'com.artifex.mupdf:fitz:1.22.0'
}

Expand Down

0 comments on commit 6e4910c

Please sign in to comment.