Skip to content

Commit 1d7553d

Browse files
committed
Fix build failures
1 parent 5df53f8 commit 1d7553d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
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-
compile 'com.artifex.mupdf:fitz:1.21.0'
10+
api 'com.artifex.mupdf:fitz:1.21.0'
1111
}
1212

1313
android {

0 commit comments

Comments
 (0)